body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../media/forms.jpg);
}

a {
	color: #208080; 
	text-decoration: underline;
}

a:hover {
	color: #000000; 
	text-decoration: none;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #0080FF;
	text-align: center;
	vertical-align: top;
	padding: 10px 0px 0px;
	margin: 0px;
	height: 40px;
}

.StdFont {  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 12px; font-style: normal; font-weight: normal; color: #666666}
.SmallFont {  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 9px; font-style: normal; font-weight: normal; color: #404040}

.Box_T {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #0080FF;
}
.Box_R {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #0080FF;
}
.Box_B {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0080FF;
}
.Box_RB {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0080FF;
	border-bottom-color: #0080FF;
}
.Box_TB {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0080FF;
	border-bottom-color: #0080FF;
}
.Box_LTB {
	border-left-width: thin;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-color: #0080FF;
	border-top-color: #0080FF;
	border-bottom-color: #0080FF;
}
.Box_LTRB {
	border: thin solid #0080FF;
}
.StdFontB {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.SubHeadFont {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #202020;
}

.blogselect {
	margin: 0px; 
	padding: 5px; 
	border: 1px solid #0080FF;
	color: #0080FF; 
	font-size: 8pt;
	text-align: center;
}

.blogselect ul {
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	margin: 0px;
	list-style-type: none;
}

.blogselect li {
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	padding: 0px;
	margin: 2px;
	list-style-type: none;
}

