H1, H1 a {
	font-size: 18px;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
H2 {
	font-size: 16px;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

H2 a {
	font-size: 16px;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
H3 {
	font-size: 16px;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:20px;
}
.white_text_11px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.white_text_11px a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #CCCCCC;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
form {margin:0; padding:0}

a {text-decoration: underline; color:#003366;}
a:hover{text-decoration:none; color:#CF5022;}

.orange a {text-decoration: underline; color:#003366;}

/*strong a {text-decoration:none; color:#E5EA3F;}
strong a:hover{text-decoration:underline;}*/

span a {text-decoration: underline; color:#B9B9B9;}
span a:hover{text-decoration:none;} 

strong {}

.abs {vertical-align:middle}
.search {color:#CDCDCD}

ul {margin:0; padding:0; list-style:none}
li {margin:0 0 2px 0; padding:5px 0 5px 35px; background:url(images/arr_white.gif) left top no-repeat #494949; font-family:tahoma; font-size:11px; color:#C3C3C3}
/*li a {color:#C3C3C3; text-decoration:none}
li a:hover {text-decoration:underline}*/

input, select, textarea {
	border:1px solid #616161;
	background:#FFFFFF;
	font-family:tahoma;
	font-size:11px;
	color:#000000;
	margin-top:4px;
	overflow:hidden;
	font-weight: bold;
}

.footer {font-size:10px;}
.footer a {color:#003366; text-decoration:underline; font-size:10px}
.footer a:hover {text-decoration:none}

.button {
	background-color: #FFA142;
	border: 1px solid;
	border-color:#FFFFFF;
	color:#333333;
	font-weight:bold;
	background-image:url(/images/formButtonBg.gif);
	background-repeat:repeat-x;
	font-size:11px;
	padding:1px 2px 1px 2px;
	cursor:pointer;
}
.buttonOn, .button:hover, .button:focus, .buttonOn:focus {

	border: 1px solid #444444;
	border-color:#FFFFFF;
/*	font-size: 11px;*/
    font-weight:bold;
	color: #333333;
	background-image: url(/images/formButtonBgOnn.gif);
	background-repeat: repeat-x;
	font-size:11px;
	padding:1px 2px 1px 2px;
	cursor:pointer;
	}
	
.article_content {
	line-height: 18px;
	text-align: justify;
}
.box {
	border: 1px solid #CCCCCC;
}

.title_boxed {margin:0 0 2px 0; padding:1px 0 3px 35px; background:url(images/arr.gif) left top no-repeat #545454; font-family:tahoma; font-size:11px; color:#C3C3C3}.small {
	font-size: 10px;
}
.highlight_links {margin:0 0 2px 0; padding:1px 0 3px 35px; background:url(images/arr.gif) left top no-repeat #545454; font-family:tahoma; font-size:11px; color:#C3C3C3}.small {
	font-size: 10px;
}
.title {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF5C00;
	padding-top: 5px;
	padding-bottom: 5px;
}
.title_red {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color:#FFCC67;
	padding-top: 5px;
	padding-bottom: 5px;
}

.light_grey {
	background-color:#EFEFEF;
	border:#CCC 1px solid;
}