/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: #f5f5f5;
}
.box
{
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
}
.quiz
{
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial;
}

.MainHeader
{
	font-size: 16px;
	color: #9b0e76;
	font-weight: bold;
	font-family: Verdana, Arial;
}

.Header
{
	font-size: 14px;
	color: #9b0e76;
	font-weight: bold;
	font-family: Verdana, Arial;
}

.scriptMtBold
{
	font-size: 16px;
	color: #9b0e76;
	font-weight: bold;
	font-family: Script MT Bold, Verdana, Arial;
}
.smallPurpleText
{
	font-size: 10px;
	color: #9b0e76;
	font-weight: bold;
	font-family: Verdana, Arial;
}

.footer
{
	font-size: 10px;
	color: #18684b;
	font-family: Arial, Verdana;
}
.footerHeader
{
	font-size: 10px;
	color: #9b0e76;
	font-family: Arial, Verdana;
	text-decoration: underline;
}

.footerSilverSwitch
{
	font-size: 10px;
	color: #a9a9a9;
	font-family: Arial, Verdana;
}
.serviceLink
{
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	font-family: Verdana, Arial;
}
.serviceLink:Hover
{
	font-size: 11px;
	color: #696969;
	line-height: 15px;
	font-family: Verdana, Arial;
}
.signup
{
    font-size: 11px;
    color: #ffffff;
    font-family: Verdana, Arial;
}
.maincontent
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial;
}
.caption
{
	font-weight:bold;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial;
}


.mainlink
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial;
	text-decoration: underline;
}

.status
{
	font-size: 12px;
	color: Red;
	font-weight: bold;
	font-family: Verdana, Arial;

}



