body
{
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

*
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.ProgressStandard
{
	font-family: Arial;
	font-size: 12;
	color: black;
}

.ProgressSelected
{
	font-family: Arial;
	font-size: 12;
	color: black;
	font-weight: bold;
}

.FineHeader
{
	font-family: Arial;
	font-size: xx-small;
	font-weight: bold;
	color: black;
}

.FineBody
{
	font-family: Arial;
	font-size: xx-small;
	color: black;
}

.FeatureHeader
{
	font-family: Arial Black;
	font-size: xx-small;
	color: red;
}

.CoverageHeader
{
	font-family: Arial Black;
	font-size: small;
	color: #003399;
}

.WhiteHeader
{
	font-family: Arial Black;
	font-size: small;
	color: White;
}

.FormLabel
{
	font-family: Arial;
	font-size: xx-small;
	color: black;
}

.PromoHeader
{
	font-family: Arial Black;
	font-size: small;
	color: #003399;
}

.PromoList
{
	font-family: Arial;
	font-size: 12px;
}

.PromoHiPoint
{
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	color: Red;
}

.MiniLoginLabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCC66;
}
.titleSlogan
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.LogoutText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffcc66;
	font-weight: bold;
}

.LogoutText:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
}
.ErrorMsg
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Red;
}

.PageSubtitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.PageTitle
{
	font-family: Times New Roman;
	font-size: large;
	font-weight: bold;
	color: #ff0000;
}

.BizcardTitle
{
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.BizcardBody
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.CopyrightLine
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-style: italic;
}

a.SmLink
{
	font-size: 9px;
	font-weight: bold;
	color: Black;
}

a.SmLink:hover
{
	font-size: 9px;
	font-weight: bold;
	color: Blue;
}

a.ProgressBar
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
}
a.ProgressBar:hover
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: Black;
}


a.GridLink
{
	font-size: 10px;
	font-weight: bold;
	color: Black;
}
a.GridLink:hover
{
	font-size: 10px;
	font-weight: bold;
	color: Blue;
}

a.menulink
{
	font-size: 12px;
	font-weight: bold;
	color: #ffcc66;
}
a.menulink:hover
{
	font-size: 12px;
	color: #ffffff;
}

a.StdLink
{
	font-size: 14px;
	color: #000000;
}
a.StdLink:hover
{
	color: #000000;
	font-weight: bold;
}

a
{
	font-size: 14px;
	color: #000000;
}
a:hover
{
	font-size: 14px;
	color: Blue;
}
.tableGrid
{
	border: solid 1px Black;
	border-collapse: collapse;
	padding: 3px 3px 3px 3px;
}

.repItemHeader
{
	width: auto;
	font-weight: bold;
	font-size: 14px;
	background-color: #CCCCCC;
	padding: 2px;
	border-bottom: 1px solid black;
	cursor: pointer;
}

.repItemHeader:hover
{
	background-color: #999999;
	color: White;
}

.repContainer
{
	margin-bottom: 10px;
	border: 1px solid black;
}

.repContainerContent
{
	margin-left: 5px;
	padding-top: 3px;
}

#handlerQuestions
{
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#handlerQuestions .question
{
	margin-left: 4px;
	margin-right: 2px;
}

#handlerQuestions *
{
	font-size: x-small;
}

#handlerQuestions .itemHeader
{
	width: auto;
	font-weight: bold;
	font-size: 12px;
	background-color: #CCCCCC;
	padding: 2px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	cursor: pointer;
}

#handlerQuestions .answeredOn
{
	float: right;
	font-size: xx-small;
}

#handlerQuestions .answer
{
	margin-left: 2px;
	margin-right: 2px;
}
