
 h1	
{
	margin-left: 0px;
	font-family: "Tahoma", "Arial","Sans-serif";
	font-weight: lighter;
	font-size: 26px;
	text-align: center;
	color: #2a2f87;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
}

 h2
 {
	color:#444444;
	font-family : "Tahoma", "Arial","Sans-serif";
	font-weight : lighter;
	text-align:center;
	font-size:18px;
}
 
 h3
{
	color:#FFFFFF;
	padding-left:5px;
	margin:0px;
	background-color: #2a2f87;
	font-family : "Tahoma", "Arial","Sans-serif";
	font-weight : bolder;
	text-align:left;
	font-size:16px;
}

h4
{
	color: #2a2f87;
	margin-left: 0px;
	padding-left:5px;
	padding-bottom:2px;
	font-family: "Tahoma", "Arial","Sans-serif";
	text-align: left;
	font-size: 15px;
	font-weight: bolder;
	background-color: #c6c8de;
}



 h5
{
	color:#444444;
	margin:0px;
	font-family : "Tahoma", "Arial","Sans-serif";
	text-align:left;
	font-size:13px;
	font-weight:bolder;
}

 h6
{
   color:#444444;
	font-size: 11px;
	margin:0px;
}


body
{
	background-color: #FFFFFF;
	color: #333333;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: "Tahoma", "Arial","Sans-serif";
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}


table
{
	margin-top:0px;
   margin-bottom:0px;
	
}

td
{
	font-family: "Tahoma", "Arial","Sans-serif";
	font-size:12px;
	font-size:12px;
}

p
{
   
    margin-top:5px;
    margin-bottom:0px;
    margin-left:20px;
    margin-right:10px;
}


.nav:link,.nav:active
{
color: #FFFACD;
text-decoration: none;
}

.nav:visited
{
	color: #FFFACD;
	text-decoration: none;
}

.nav:hover
{
color:#DC143C;
text-decoration:none;	
background-color: #FFFACD;
}

a:link,a:active,a:visited
{
color: #2a2f87;
text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #DC143C;
}

.shadow
{
	background-color: #c6c8de;
	padding:3px;
}

.light
{
	background-color: #F8F8F8;
}

.white
{
	background-color: #FFFFFF;
}

.dark
{
	background-color: #444444;
}

.altlight
{
		background-color: #EEEEEE;
}

.darkblue
{
	background-color: #2a2f87;
	color:#FFFFFF;
	padding:3px;

}

.error
{
font-weight:bolder;
color:red;
text-align:left;
margin:5px;
}

.success
{
	font-weight: bolder;
	color: Green;
	text-align: left;
	margin: 5px;
}

.false
{
font-weight:bolder;
color:red;
text-align:left;
margin:0px;
}

.true
{
	font-weight: bolder;
	color: Green;
	text-align: left;
	margin: 0px;
}


.current
{
color: #FFFACD;	
}	

strong
{
	color: #DC143C;
}

.button
{
	background-color: #EEEEEE;
	font: 10px;
	border: 1px solid #444444;
	text-decoration: none;
	padding: 2px;
	line-height: 20px;
	font-weight:bolder;
	font-family: "Arial","Sans-serif";
}

.back
{
	border-top: 1px solid #444444;
	border-right: 1px solid #444444;
	border-left: 1px solid #444444;
	border-bottom: 1px solid #444444;
	background-color: #c6c8de;
}
.front
{
	border-top: 2px solid #444444;
	border-right: 1px solid #444444;
	border-left: 1px solid #444444;
	border-bottom: 1px solid #F8F8F8;
	background-color: #F8F8F8;
}
.back-disabled
{
	border-top: 1px solid #444444;
	border-right: 1px solid #444444;
	border-left: 1px solid #444444;
	border-bottom: 1px solid #444444;
	background-color: #EEEEEE;
	color: #777777;
}

.search
{
	position: absolute;
	display:none;
	visibility:hidden;
	top:200px;
	left:200px;
	z:10;
}

.small
{
	font-size:9px;
	padding-right:15px;
}
.smaller
{
	font-size:10px;
}

.dotborder
{
border: 1px dotted;
}

.dotsup
{
border-top: 1px dotted #444444;
border-right: 0px;
border-left: 0px;
border-bottom: 0px;
}

.dotsdown
{
border-bottom: 1px dotted #444444;
border-right: 0px;
border-left: 0px;
border-up: 0px;
}

