/*	TAGS	+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++	*/
body {
	background-image:url('/images/top_bg.gif');
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

/*	FORMS	+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++	*/
form {
	padding: 0px;
	margin: 0px;
	}
submit {
	font-size: 120%;
	font-weight: 600;
	}
fieldset {
	border: 1px solid #B7B7FF;
	/*background-color: #FFFEBB;*/
}

legend {
	/*background-color: #F3F3F3;*/
/*	color: #0089D0;*/	
	padding: 2px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	margin: 2px;
}
.ibox {
	font-size: 10px;
	padding: 1px;
	margin: 1px;
	border: 1px inset #CCCCCC;
}
.ibox400 {
	font-size: 11px;
	width: 400px;
	padding: 1px;
	margin: 1px;
	border: 1px inset #CCCCCC;
}
.ibox100 {
	font-size: 11px;
	height: 19px;
	width: 100px;
	padding: 1px;
	margin: 1px;
	border: 1px inset #CCCCCC;
}
.ibox70p {
	font-size: 11px;
	width: 70%;
	padding: 1px;
	margin: 1px;
	border: 1px inset #CCCCCC;
}
.ibox50p {
	font-size: 11px;
	width: 50%;
	padding: 1px;
	margin: 1px;
	border: 1px inset #CCCCCC;
}
.ibox95p {
	font-size: 11px;
	width: 95%;
	padding: 1px;
	margin: 1px;
	border: 1px inset #CCCCCC;
}
/*	LINKS	+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++	*/
a:hover {
	color: #000000;
	text-decoration: underline;
}
.link {
	color: #0086A0;
	text-decoration: underline;
	font-size: 12px;
}
.link2 {
	color: #0086a0;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
.linkSm {
	color: #0086A0;
	text-decoration: underline;
	font-size: 9px;
	text-transform: uppercase;
}
.link3 {
	color: #0086A0;
	text-decoration: underline;
	font-size: 12px;
}
.link4 {
	color: #FF0000;
	text-decoration: underline;
	font-size: 12px;
}

/*	TEXT	+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++	*/
.warrning {
	color: #FF0000;
	text-decoration: none;
}
.text {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.head {
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.textgray {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.textB {
	font-size: 11px;
	color: #333333;
}
.HEADING2 {
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
	color: #FF6600;
}
.hw {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.h3white {
	font-size: larger;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.textSm {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.h1 {
	font-size: 13px;
	color: #00afd5;
	text-decoration: none;
	font-weight: bold;
}
.HEADING  {
	font-size: 17px;
	font-weight: normal;
	text-transform: none;
	color: #FF6600;
}

.div_notice {
	padding: 10px;
	background-color:#65960f;
	border: #508100 solid 1px;
	font-size: 13px;
	color: #FFFFFF;
}
.doted_line {
	text-decoration: none;
	height: 1px;
	border-top: 1px dotted #666666;
}
