/* CSS Document */


body, textarea, input
{
	font-family :  Verdana,Arial,Helvetica, sans-serif;
	margin-top	: 20px;
	font-size   : 8.5pt;
	background-color:#ffffff;
	color:#000000;
}




a:link {font-family : Arial; font-size:9.5pt; text-decoration: none; line-height: 1.6; color: #660099}
a:visited {font-family : Arial; font-size:9.5pt;  text-decoration: none; line-height: 1.6; color: #660099}
a:hover {font-family : Arial; font-size:9.5pt;  text-decoration: underline; line-height: 1.6;color: #660099}


a.systemMenu:link {font-family : Arial; font-size:8.5pt; text-decoration: none; color: #ffffff}
a.systemMenu:visited {font-family : Arial; font-size:8.5pt;  text-decoration: none; color: #ffffff}
a.systemMenu:hover {font-family : Arial; font-size:8.5pt;  text-decoration: underline; color: #ffffff}



a.MacrositeSelector:link {font-family : Arial; font-size:8.5pt; text-decoration: none; color: #ffffff}
a.MacrositeSelector:visited {font-family : Arial; font-size:8.5pt;  text-decoration: none; color: #ffffff}
a.MacrositeSelector:hover {font-family : Arial; font-size:8.5pt;  text-decoration: underline; color: #ffffff}


a.mainMenu:link {font-family : Arial; font-size:8.5pt; text-decoration: none; color: #660099; padding-left:1px}
a.mainMenu:visited {font-family : Arial; font-size:8.5pt;  text-decoration: none; color: #660099; padding-left:1px}
a.mainMenu:hover {font-family : Arial; font-size:8.5pt;  text-decoration: underline; color: #660099; padding-left:1px}

td {font-size: 8.5pt;} 


.mainTextArea
{
	line-height: 1.6;
	color: #4c4c4c;
	font-size:9pt
}



.systemPurple
{
	background-color:#660099
}

.systemDarkGray
{
	background-color:#444444
}

.white
{
	background-color:#ffffff
}

.bgBanner
{	
	background-image:url(../images/bgBanner.jpg);
	background-repeat:no-repeat
}



.bgBottomLeftCorner
{
	background-image:url(../images/bgBottomLeftCorner.gif);
	background-repeat:no-repeat
}

.bgBottonRightCorner
{
	background-image:url(../images/bgBottomRightCorner.gif);
	background-repeat:no-repeat;

}



.bgBtnPurple
{
	background-image:url(../images/btnPurple.gif);
	background-repeat:no-repeat;
	padding-left:11px
}

.bgBtnMacroSites
{
	background-image:url(../images/btnGray.gif);
	background-repeat:no-repeat;
	padding-left:11px
}

.bgMenuTitle
{
	background-image:url(../images/bgMenuTitle.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	padding-left:11px
}


.bgBigMenuTitle
{
	background-image:url(../images/bgBigMenuTitle.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	padding-left:11px
}


.pageTitle
{
	color:#660099;
	font-weight:bold
}


.bgTagLine
{
	background-image:url(../images/bgTagLine.gif);
	background-repeat:no-repeat
}

.bgTextBackground
{
	background-image:url(../images/bgTextBackground.gif);
	background-repeat:no-repeat
}



input.TxtBox {
	height:20px;
	border:1px;
	border-bottom-style:outset;
	border-style:solid;
	border-color:#660099;
	margin-top:11;
	vertical-align:middle;
	width:224px
}

input.TxtAmountBox {
	height:20px;
	border:1px;
	border-bottom-style:outset;
	border-style:solid;
	border-color:#660099;
	margin-top:11;
	vertical-align:middle;
	width:94px
}


select.selBox {
margin-top:11
}

.checkbox{
margin-top:0
}

.PurpleTxt
{
	color:#660099;
	font-weight:bold
}




	.validation_error {
	display: none;
	border: 2px solid #660099;
	background-color: #ffccff;
	background-image: url(../images/error.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	padding: 5px 5px 5px 20px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	width: auto;
}
.validation_textbox{
	background-color: #ffccff;
	border: 2px solid #660099;
}
