
a					{font-size: 12px; color: #336699; text-decoration: none; font-family: arial, helvetica; font-weight: normal;}
a:link	 			{font-size: 12px; color: #336699; font-family: arial, helvetica; font-weight: normal;}
a:visited			{font-size: 12px; color: #336699; font-family: arial, helvetica; font-weight: normal;}
a:active	 		{font-size: 12px; color: #336699; text-decoration: none; font-family: arial, helvetica; font-weight: normal;}
a:hover				{font-size: 12px; color: #336699; text-decoration: underline; font-family: arial, helvetica; font-weight: normal;}

a.sub				{font-size: 12px; color: #000046; text-decoration: none; font-family: arial, helvetica; font-weight: normal;}
a:link.sub	 		{font-size: 12px; color: #000046; font-family: arial, helvetica; font-weight: normal;}
a:visited.sub		{font-size: 12px; color: #000046; font-family: arial, helvetica; font-weight: normal;}
a:active.sub	 	{font-size: 12px; color: #000046; text-decoration: none; font-family: arial, helvetica; font-weight: normal;}
a:hover.sub			{font-size: 12px; color: #000046; text-decoration: underline; font-family: arial, helvetica; font-weight: normal;}


/*
3333CC
526E83
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
.red 				{font-family: arial, helvetica; font-size: 12px; color: #cc0000;}
.text 				{font-family: arial, helvetica; font-size: 12px; color: #000000;}
.header 			{font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bolder; font-variant: normal; color: #000000}
.whiteheader 		{font-family: arial,helvetica, font-size: 14px; font-weight: bold; color: #ffffff}
.footer				{font-size: 12px; color: #336699; font-family: arial, helvetica;}
.copy				{font-size: 10px; color: #666666; font-family: arial, helvetica;}

.button {
	color: #336699;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	width: auto;
	background: url(../images/button.png) repeat-x;
	padding: 0px 5px;
	line-height: 16px !important;
	line-height: 14px;
	height: 24px !important;
	height: 22px;
	margin: 1px;
}

.regBox {
	background-color: #eaeaea;
	border: 1px solid #999;
	padding: 15px;
}