/*------------------------- main -------------------------*/

body, td{
font-size:   12px;
color:       #333333;
line-height: 15px;}

a{
color: #333333;text-decoration: none;}
a:hover{
color: #83C59B;text-decoration: underline;}

.input{
	font-size:     10px;
	color:         #333333;
	border:        1px solid #003366;
	line-height: 150%;
}

.textarea{
	font-size:     10px;
	color:         #003366;
	border:        1px solid #003366;
	line-height: 150%;
}

.button{
	font-size:     10px;
	color:         #fff;
	background:    #003399;
	border:        1px solid #003399;
	line-height: 150%;
}
.textsize {
	font-size: 12px;
	line-height: 150%;
	color: #003366;


}

/*------------------------- OVERALL -------------------------*/


  body, table, tr, td, input, textarea, select
	{	font-size: 9pt;
		letter-spacing:0px;		
		scrollbar-3dlight-color:#666666;
    scrollbar-arrow-color:#ffffff;
    scrollbar-base-color:#CFCFCF;
    scrollbar-darkshadow-color:#FFFFFF;
    scrollbar-face-color:#CFCFCF;
    scrollbar-highlight-color:#FFFFF;
    scrollbar-shadow-color:#666666 }