body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}
.topbloglinks {
	background: #ffffff;
	color: #000000;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
}
.topheader{
	background: #dcdcdc;
	color: #666666;
	height: 60px;
	border: 1px solid #868686;
}

.tabledottedborder{
	background: #F7F7F7;
	border: 1px dashed #999999;
	padding: 0px;
}

h1 {
	color: #0A3DB1;
	font-size: 30px;
}
h2 {
	color: #0A3DB1;
	font-size: 28px;
}
h3 {
	color: #0A3DB1;
	font-size: 26px;
}
h4 {
	color: #0A3DB1;
	font-size: 20px;
}
h5 {
	color: #0A3DB1;
	font-size: 12px;
}
.bgcontenttable{
	background: #F7F7F7;
	color: #000000;
	border: 1px solid #868686;
}
.bgrightbar{
	background: #dde2ea;
	/*background-image:url(/images/bg-registration-maintable.jpg);*/
	border-left: 1px solid #868686;
}
.bgrightheader{
	color: #0A3DB1;
	border-top: 1px solid #868686;
}
.dividerlines{
	color: #0A3DB1;
	border-top: 1px solid #e4e4e4;
}
.boldtext{
	color: #000000;
	font-weight: bold;
}
.arrow{
	background-image: url(/images/bullet.gif);
	background-repeat:no-repeat;
}
.bgheader{
	background: #dcdcdc;
	color: #666666;
	font-weight: bold;
	border: 1px solid #868686;
}
.footer{
	background: #dcdcdc;
	color: #666666;
	border-left: 1px solid #868686;
	border-right: 1px solid #868686;
	border-bottom: 1px solid #868686;
}




/* common links */
a.link{
	font-size: 11px; color: #9F000D; text-decoration: underline; }
a.line:active{
	font-size: 11px; color: #9F000D; text-decoration: underline;}
a.line:visited{
	color: #9F000D; text-decoration: underline; }
a.link:hover{
	color: #9F000D; font-weight: normal; text-decoration: none; }

a.topbloglinks {
	color: #4e4e4e;
	text-decoration: underline;
	font-weight: bold;
	border-right: 1px solid #4e4e4e;
	padding-left: 4px;
	padding-right: 4px;
}
a:hover.topbloglinks {
	color: #9F000D;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #4e4e4e;
	padding-left: 4px;
	padding-right: 4px;
}
a.boldlink {
	color: #4e4e4e;
	text-decoration: underline;
	font-weight: bold;
}
a:hover.boldlink {
	color: #9F000D;
	text-decoration: none;
	font-weight: bold;
}
a.rightboldlink {
	color: #9F000D;
	text-decoration: underline;
	font-weight: bold;
}
a:hover.rightboldlink {
	color: #9F000D;
	text-decoration: none;
	font-weight: bold;
}
a.rightlink{
	font-size: 11px; color: #9F000D; text-decoration: underline; }
a.rightlink:active{
	font-size: 11px; color: #9F000D; text-decoration: underline;}
a.rightlink:visited{
	color: #9F000D; text-decoration: underline; }
a.rightlink:hover{
	color: #9F000D; font-weight: normal; text-decoration: none; }

a.titlelink {
	color: #9F000D;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
}
a:hover.titlelink {
	color: #00348e;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}


/* Form Fields */

.txtbox {
	font: 11px Verdana, Geneva, sans-serif;
	width: 145px;
	color: #000000;
	height: 16px;
	background-color: #ffffff;
	border: 1px solid #4e4e4e;
}

.textarea{
	font-size: 11px;
	background: #ffffff;
	border: 1px solid #4e4e4e;
	color: #000000;
	width: 300px;
	height: 100px;
}

.comboboxauto {
	font-size: 11px;
	color: #000000;
	height: 16px;
	width: auto;
	border: 1px solid #4e4e4e;
	background: #ffffff;
}
.button {
	font: 11px Verdana, Geneva, sans-serif;
	color: #000000;
	height: 18px;
	background: #607ba8;
	border: 1px solid #4e4e4e;
}
.buttonblue {
	font: 11px Verdana, Geneva, sans-serif;
	color: #ffffff;
	width: auto;
	height: 18px;
	background: #607ba8;
	border: 1px solid #cccccc;
}
.error {
	color: #ff0000;
	font: 10px Verdana, Geneva, sans-serif;
}