BODY
	{ 
	font-family: Georgia;
	font-size:12px;
	color:#ffffff;
	background-color:#111232;
	padding-top:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	}

.text_10px {
	font-family: Georgia;
	font-size: 11px;
	color:#000033;
}
.text_9px {
	font-family: Georgia;
	font-size: 10px;
	color:#000033;

}
.text_9px_bold {
	font-family: Georgia;
	font-size: 10px;
	color:#000033;
	font-weight: bold;
}
.text_title {
	font-family: Georgia;
	font-size: 12px;
	color: #000033;
	font-weight: bold;
}

.text_error {
	font-family: Georgia;
	font-size: 12px;
	color: #660000;
	font-weight: bold;
}



H1
	{
	font-size: 16px;
	font-weight: bold; 
	color: #007B3E; 
	padding: 5px 0px 10px 0px;
	}

H2
	{
	font-size: 14px;
	font-weight: bold;
	color:#007B3E;
	}



p
	{
	text-align:justify
	}

HR
	{
	height: 1px
	}

a:link,a:visited
	{
	color: #fff;
	font-weight: normal;
	text-decoration:underline;
	}

a:hover
	{
	color: #fff;
	text-decoration:underline;
	}


.textfield 
	{  
	font-size: 10px; 
	color: #000000; 
	background-color: #FFFFFF; 
	border: 1px #000000 solid
	}


a.link0:link 
	{    
	color: #C09365; 
	text-decoration: underline; 
	font-size: 11px; 
	font-weight: normal
	}
a.link0:visited 
	{    
	color: #C09365; 
	text-decoration: underline; 
	font-size: 11px; 
	font-weight: normal
	}
a.link0:hover 
	{   
	color: #333; 
	text-decoration: underline; 
	font-size: 11px; 
	font-weight: normal
	}
a.link1:link 
	{    
	color: #333; 
	text-decoration: underline; 
	font-size: 11px; 
	font-weight: normal
	}
a.link1:visited 
	{    
	color: #333; 
	text-decoration: underline; 
	font-size: 11px; 
	font-weight: normal
	}
a.link1:hover 
	{   
	color: #333; 
	text-decoration: underline; 
	font-size: 11px; 
	font-weight: normal
	}
a.link2:link 
	{    
	color: #990000; 
	text-decoration: underline; 
	font-size: 12px; 
	font-weight: bold
	}
a.link2:visited 
	{    
	color: #990000; 
	text-decoration: underline; 
	font-size: 11px; 
	font-weight: bold
	}
a.link2:hover 
	{   
	color: #990000; 
	text-decoration: underline; 
	font-size: 11px; 
	font-weight: bold
	}
INPUT.input_box_user {
	font-size:8pt;
	font-family : Tahoma;
	margin: 0px 0px 0px 1px; 
	border: 1px solid #999999;
	background-color:#ffffff;
	padding-left: 20px;
	width : 130px;
}
INPUT.input_box_10px {
	font-size:10px;
	font-family : Tahoma;
	margin: 0px 0px 0px 1px; 
	border: 1px solid #999999;
	background-color:#ffffff;
	width : 130px;
}
SELECT.box_10px {
	font-size:12px;
	font-family : Tahoma;
	margin: 0px 0px 0px 1px; 
	border: 1px solid #999999;
	background-color:#ffffff;
	width : 140px;
}
INPUT.input_box_password {
	font-size:8pt;
	font-family : Tahoma;
	margin: 0px 0px 0px 1px; 
	border: 1px solid #999999;
	background-color:#ffffff;
	padding-left: 20px;
	width : 130px;
}

INPUT.input_box_phone {
	font-size:12pt;
	font-family : Tahoma;
	margin: 0px 0px 0px 1px; 
	border: 1px solid #999999;
	background-image: url(../media/images/phone.gif) ; 
	background-repeat: no-repeat;
	background-position:2px center; 
	background-color:#ffffff;
	padding-left: 25px;
	width : 140px;
	height:22px;
}


INPUT.Button_login {
padding:2px 15px 3px 15px;
	border-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-top-color:#D9DFEA;
	border-left-color:#D9DFEA;
	border-bottom-color:#0e1f5b;
	border-right-color:#0e1f5b;
	background-color:#3b5998;
	color:#FFFFFF;
	font-size:11px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	text-align:center;
}

INPUT.Button_send_fax {
	font-size:8pt;
	font-weight:bold;
	font-family : Tahoma;
	margin: 0px 0px 0px 1px; 
	border: 1px solid #999999; 
	background-image: url(../media/images/cat_settings_16.png);
	background-repeat:no-repeat; 
	background-color:#EAEAEA;
	background-position:2px center; 
	padding-left: 25px;
	width : 110px;
	height:23px;
}
.dvhdr1 {
            background:#F3F0E7;
            font-family:arial;
			color:#000000;
            font-size:12px;
            font-weight:bold;
            border:1px solid #C8BA92;
            padding:5px;
            width:150px;
         }
         
         .dvbdy1 {
            background:#FFFFFF;
            font-family:arial;
            font-size:12px;
			color:#000000;
            border-left:1px solid #C8BA92;
            border-right:1px solid #C8BA92;
            border-bottom:1px solid #C8BA92;
            padding:5px;
            width:150px;
         }
