a:link{
	color:#0C0C6A;
	text-decoration: none;
}
a:visited{
	color:#0C0C6A;
	text-decoration: none;
}
a:hover{
color:#6699CC;
text-decoration:none;
}
a:active{
	color:#6699CC;
	text-decoration: none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.navborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.border {
	border: 1px solid #0C0C6A;
}
.fineprint {
	font-size: 10px;
}
.largetext {
	font-size: 16px;
	color: #0C0C6A;
}
.bluetext {
	font-size: 16px;
	color: #178BFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* Form */
#mainForm 
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
	background-color: #ffffff;
}

ul.mainForm
{
	list-style-type: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:15px;	
}

li.mainForm
{
	padding-bottom: 10px;
}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}
.mainForm	td	{
	border-bottom: 1px solid #0c0c6a;
	padding: 5px 0 5px 5px!important;
	}
	
.rmargin	{
	margin-right: 5px;
	}
.lmargin	{
	margin-left: 5px;
	}
