@import('contact.css');
body, html {
	background-color:#FFFFFF;
}
body, tr, td, ul, li, select, option, input, th, p, textarea, a, a:hover, a:active, a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	line-height: 15px;  
	font-weight: normal; 
	font-variant: normal; 
	font-style: normal;
	font-size: 11px;
}
body, option, select {
	scrollbar-face-color: #949494;
	scrollbar-highlight-color: #C5CFD7;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #E4E4E4;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #E4E4E4;
}
.title {
	color: #D01515;
	font-size:13px;
	font-weight:bold;
	margin-right: 10px;
	line-height: 15px;
}
.title_ident {
	color: #D01515;
	font-size:13px;
	font-weight:bold;
	margin-left: 15px;
	margin-right: 10px;
	line-height: 15px;
}
.main_copy {    
	line-height: 15px; 
}
.main_copy_indent {
	margin-left: 15px;
	margin-right: 10px;
	line-height: 15px;
}
.main_copy_indent_sub {
	margin-left: 5px;
	margin-right: 10px;
	line-height: 15px;
}
.image_indent {
	margin-left: 30px;
	margin-right: 10px;
	padding-left: 30px;
}
.welcome {
	font-size: 13px;  
	line-height: 15px;  
	font-weight: bold; 
	font-variant: normal; 
}
.border {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top-style: none;
	border-bottom-style: none;
}
.border_leftright {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top-style: none;
	border-bottom-style: none;
}
.border_all {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.border_admin {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top-style: none;
	border-bottom: 1px solid #000000;
}
.border_topbottom {
	border-left-style: none;
	border-right-style: none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
	
.border_nav {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right-style: none;
	border-left-style: none;
}
.bgwhite {
	background: #FFFFFF;
}
.bgtint {
	background: #E4E4E4;
}
a, a:vistied, a:active {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#D01515;
	text-decoration:underline;
}
.style1 {
	color: #D01515;
	font-weight: bold;
}
ol {
	list-style: lower-roman;
}