/**	Regular HTML tag changes. */
body
{
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}
input, textarea
{
	background-color: #EAEAEA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/**	Link Properties. */
a:link, a:visited, a:active
{
	color: #3500A4;
	text-decoration: none;
}
a:hover
{
	color: #3500A4;
	text-decoration: underline;
}


/**	Custom Text Classes. */
.sml_text
{
	color: #000000;
	font-size: 9px;
}
.sml_text_2
{
	color: #000000;
	font-size: 10px;
}
.reg_text
{
	font-size: 12px;
}
.lrg_text
{
	font-size: 14px;
}
.lrg_text_pg_heading
{
	font-size: 16px;
	font-weight: bolder;
}
.submitButton
{
	border: 1px solid #000000;
	color: #000000;
}
.inputBox
{
	border: 1px solid #000000;
	color: #000000;
}
.left-side-heading
{
	color: #3500A4;
	font-size: 24px;
	font-weight: bold;
}