body
{
	background-color: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

/* Sectional Elements */
.Container
{
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #ABABAB;
	border-style: solid;
}
.TitleBar
{
	background-color: #336699;
	border-bottom-color: #000000;
	border-bottom-style: none;
	border-bottom-width: 1px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align:center;	
}
.AlternatingTitleBar
{
	background-color: #6699CC;
	border-bottom-color: #000000;
	border-bottom-style: none;
	border-bottom-width: 1px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align:center;	
}

.GenericBox
{
	border-width: 1px;
	border-color: #ABABAB;
	border-style: solid;	
}

a.MenuLink:link
{
	font-size: 11px;
	color: #003399;
}
a.MenuLink:visited
{
	font-size: 11px;
	color: #003399;
}
a.MenuLink:hover
{
	font-size: 11px;
	color: #990000;
	text-decoration: underline;
}

a.MenuLink:active
{
	font-size: 11px;
	color: #003399;
}

.SectionHeading
{
	font-size: 15px;
	font-weight: bold;
	color: #336699;
}

.ParagraphHeading
{
	font-size: 13px;
	font-weight: bold;
	color: #6699BB;
}

.SectionText
{
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}		

/*Base Control Styles*/
.TextBox
{
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	font-family: verdana, arial;
	font-size: 12px;
	color: #000000;
}

.Button
{
	border-style:solid;
	border-width: 1px;
	border-color: Black;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
}

.Combo
{
	background-color: #efefef;
	border-style: solid;
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: bold;
	border-width:1px;
	border-color: #000000;
	color: #333399;
}

.Message
{
	color: #000000;
	font-family: verdana, arial;
	font-size: 10px;
}

.GridItem
{
	background-color: #DEDEDE;
	font-family: verdana, arial;
	font-size: 11px;
}

.AlternatingGridItem
{
	background-color: #EFEFEF;
	font-family: verdana, arial;
	font-size: 11px;
}


