/* CSS */


BODY {
    font-size:12px;
 	font-family: Verdana;
  	color:#1C274C;
 	text-decoration:none;
 	text-align:justify;
    background-color:transparent;
    background-attachment:fixed;
    scrollbar-track-color:#CAD0E2;
    scrollbar-darkshadow-color:#CAD0E2;
    scrollbar-shadow-color:#CAD0E2;
    scrollbar-3dlight-color:#CAD0E2;
    scrollbar-highlight-color:#CAD0E2;
    scrollbar-arrow-color:#1C274C;
    scrollbar-face-color:#CAD0E2
}
A {height:1px;behavior:url(linkhilight.htc);filter:progid:dximagetransform.microsoft.gradientwipe}
a:link { color: #1B264B; text-decoration: none; font-weight: bold;}
a:active { color: #1B264B; text-decoration: none; font-weight: bold;}
a:visited { color: #1B264B; text-decoration: none; font-weight: bold;}
a:hover { color: #8595CB; text-decoration: none; font-weight: bold;
}

textarea {
  font-size : 10px ;
  font-family : Verdana ; text-align: justify;
  color : #1B264B; 
  border : 1px dotted #1B264B; border-collapse: collapse; 
  background-color: #DEE4F4
}

input {
 font-size : 10px ; 
 font-family: Verdana ;  text-align: justify;
 color : #1B264B; 
 border : 1px dotted #1B264B; border-collapse: collapse;
 background-color: #DEE4F4
}

table.sample {
	border-spacing: ;
	border:1px dotted #1B264B; border-collapse: collapse;
	background-color: #DEE4F4
}
table.sample th {
	border:1px inset #1B264B; padding:1px; background-color: #DEE4F4; text-align: justify;
	-moz-border-radius: 
}
table.sample td {
	border:1px inset #1B264B; padding:1px; background-color: #DEE4F4; text-align: justify;
	-moz-border-radius: 
}

TR {
	FONT-SIZE: 12px; COLOR: #1B264B; FONT-FAMILY: Verdana; align: justify; text-align: justify

}
TD {
	FONT-SIZE: 12px; COLOR: #1B264B; FONT-FAMILY: Verdana; align: justify;  text-align: justify
}