/* CSS Document */
body {
	margin: 0px;
	padding: 0 0 0 0;
	background: #404040 url(../images/bg.gif) top repeat-x;
	SCROLLBAR-FACE-COLOR: #ccc; 
	SCROLLBAR-HIGHLIGHT-COLOR: #fff; 
	SCROLLBAR-SHADOW-COLOR: #fff; 
	SCROLLBAR-3DLIGHT-COLOR: #fff; 
	SCROLLBAR-ARROW-COLOR: #fff; 
	SCROLLBAR-TRACK-COLOR: #fff; 
	SCROLLBAR-DARKSHADOW-COLOR: #fff;
}

p, td, li, h1, h2, h3 {
	font: normal 11px verdana, Helvetica, Sans-serif;
	color: #666666;

}

a:link, a:visited {
	color: #006399;
	text-decoration: none;
}
a:hover {
	color: #ee8e00;
	text-decoration: none;
}
ul{
	margin: 0 0 0 14px;
	padding: 0px;
	list-style-image: url(../../common/images/bullet.gif);
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    FONT-FAMILY: verdana;
    TEXT-DECORATION: none;
}	
li{
	margin: 0px;
	padding:  1px 0 1px 0px;
	list-style-image: url(../../common/images/bullet.gif);
    FONT-WEIGHT: normal;
    FONT: 11px verdana;
    TEXT-DECORATION: none;
}
.link A:link, .link A:visited
{
	color: #ac001f;
    TEXT-DECORATION: none
}
.link a:hover {
	color: #ee8e00;
	text-decoration: none;
}
.heading
{
    Padding: 0 0 6px 0;
    FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
    COLOR: #971a00;
    FONT-FAMILY: tahoma, verdana;
    TEXT-DECORATION: none;
}
.field {
	background-color: transparent;
	padding: 1px 2px 0 10px;	
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	color: #003366;
	width: 160px;
	height: 16px;
	border: 0px;
}

.field2 {
	background: url(../../common/images/form_bg.gif);	
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #003366;
	height: 18px;
	border: 0px;
}
.field_comments {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	color: #003366;
	background-color: #dee9ed;	
	border: 0;
	SCROLLBAR-FACE-COLOR: #fff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #dee9ed; 
	SCROLLBAR-SHADOW-COLOR: #dee9ed; 
	SCROLLBAR-3DLIGHT-COLOR: #dee9ed; 
	SCROLLBAR-ARROW-COLOR: #dee9ed; 
	SCROLLBAR-TRACK-COLOR: #dee9ed; 
	SCROLLBAR-DARKSHADOW-COLOR: #dee9ed;	
}
.button {
	padding: 0px 2px 0px 2px;
	background: #811600;
	color: #fff;
	height: 16px;
	font: bold 10px tahoma, Helvetica, Sans-serif;
	border: 0;
	text-decoration: none;		
}

.buttondown {
	padding: 0px 2px 0px 2px;
	background: #398b02;
	height: 16px;	
	color: #fff;
	font: bold 10px tahoma, Helvetica, Sans-serif;
	border: 0;
	text-decoration: none;
}
.buttonup {
	padding: 0px 2px 0px 2px;
	background: #811600;
	height: 16px;	
	color: #fff;
	font: bold 10px tahoma, Helvetica, Sans-serif;
	border: 0;
	text-decoration: none;
}
.bg_center
{
	background: url(../images/bg_center.jpg) left top no-repeat;
	padding-top: 48px;
}
.bg_L
{
	background: url(../images/bg_L.jpg) top repeat-x;
}
.logo
{
	background: url(../images/logo.jpg) top right no-repeat;
}
