/* standard */

body { 
margin-top: 25; 
margin-right: 0; 
margin-bottom: 80; 
margin-left: 0;
color:#464646;
background-color:#000000;
font-family:verdana, arial,  arial, helvetica, sans-serif;
font-size:8pt;
font-weight: normal;
}



h1{
font-family:verdana, arial,  helvetica, sans-serif;
color:#ffffff;
font-weight: normal;
font-size:200%;	
}

h2 {
font-family:verdana, arial,  helvetica, sans-serif;
color:#0354af;
font-weight: normal;
font-size:13pt;	
}


h3 {
font-family:verdana, arial,  helvetica, sans-serif;
color:#89cced;
font-weight: normal;
font-size:130%;	
}

h4{
font-family:verdana, arial,  helvetica, sans-serif;
font-style: italic;
color:#000000;
font-size:1.0em;
}

h5{
font-family:verdana, arial,  helvetica, sans-serif;
font-weight:  bold;
font-size:100%;
color:#2b5a7e;
}




/* link*/

A:link  {
color : #0354af;
text-decoration : underline;
} 

A:active {
color : #0354af;
text-decoration : underline;
} 

A:visited {
color : #0354af;
text-decoration : underline;
}

A:hover {
color : #00c2ed;
text-decoration : none;
} 

/* link on menu */

A.menu:link  {
color : #0354af;
text-decoration : none;
font-size:10pt;
font-weight:  bold;
} 

A.menu:active {
color : #0354af;
text-decoration : none;
font-size:10pt;
font-weight:  bold;
} 

A.menu:visited {
color : #0354af;
text-decoration : none;
font-size:10pt;
font-weight:  bold;
} 

A.menu:hover {
color : #0093dc;
text-decoration : underline;
font-size:10pt;
font-weight:  bold;
} 


/* link on header*/

A.header:link  {
color : #000074;
text-decoration : none;
} 

A.header:active {
color : #000074;
text-decoration : none;
} 

A.header:visited {
color : #000074;
text-decoration : none;
}

A.header:hover {
color : #fbb614;
text-decoration : underline;
} 


/* link on footer*/

A.footer:link  {
font-weight:  normal;
color : #ffffff;
text-decoration : underline;
} 

A.footer:active {
font-weight:  normal;
color : #ffffff;
text-decoration : underline;
} 

A.footer:visited {
font-weight:  normal;
color : #ffffff;
text-decoration : underline;
}

A.footer:hover {
font-weight:  normal;
color : #fbb614;
text-decoration : none;
} 



/* classes for validator */
.tfvHighlight
{font-weight: normal; color: #00c2ed; }
.tfvNormal
{font-weight: normal;	color: #464646;}

/* classes for pre validator */
.preval{
vertical-align:top;
border:none;
font-weight: normal;
color: #464646;
}

.formheaders {
color: #464646; font-weight: normal;
}


/* table */

table { 
border:0px solid #ffffff;
  
} 


td{
vertical-align:top;
line-height:1.5em;
border:none;
font-size:8pt;
}

.imgleftnoborder{
margin-right:10px;
margin-left:0px;
float: left;
}

.imgrightnoborder{
margin-left:10px;
margin-right:0px;
float: right;
}

.imgthumb{
border-top:1px solid #ffffff;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
border-bottom:1px solid #ffffff;
margin-left:3px;
}

.img{
border-top:1px solid #e1e1e1;
border-left:1px solid #e1e1e1;
border-right:1px solid #e1e1e1;
border-bottom:1px solid #e1e1e1;
margin-bottom:3px;
margin-right:10px;
float: left;
}

a img {
border:none; color:#fff 
}