/* Default CSS Stylesheet for a new Web Application project */


/* User Classes */
.HeaderText
{
	margin-bottom:5px;
	font-size:10pt;
	font-weight:bold;
	
	margin-left:4px;
	padding-right:4px;
	padding-left:32px;
	height:12px;
	background:url(/Images/HeaderIcon.gif) no-repeat 0px 3px;	
}

.FineText
{
	font-size:7pt;
	margin-left:36px;
	margin-bottom:10px;
	margin-right:15px; 
}

.NormalText 
{
	font-size:8pt;
	margin-left:36px;
	margin-bottom:10px;
	margin-right:20px;
}

.HighlightedText 
{
	font-size:8pt;
	margin-left:36px;
	margin-bottom:10px;
	margin-right:20px;
	font-size:10pt;
	font-weight:bold;
}
.BulletList
{
	font-size:8pt;
	padding-left:15px;
	margin-left:36px;
	margin-top:0px;
	margin-right:20px;
	list-style-image:url(/Images/DotBlue.gif);
}

.ImageRight
{
	float:right;
	margin-right:15px; 
	margin-left:10px; 
	padding:5px;
}

.ImageMiddle
{
	padding:5px;
	vertical-align:middle;
	text-align:center;
}

A
{
	text-decoration:none;
	font-weight:bold;
	color:#7A8FB7;
}

A:hover
{
	border-bottom:1px dashed #284c93;
}


.TextFont 
{
	font-family:Verdana,Arial,Helvetica;
}


.TextboxText 
{
	font-size:9pt;
	font-weight:bold;
}


.ContentBox
{
	margin: 17px 10px 10px 10px;
}



.ContentBoxTextAreaTopLink 
{
	font-size:8pt;
}


.ContentBoxTextArea
{
	border-left: solid 1px #c8c8c8;
	border-right: solid 1px #c8c8c8;
	border-bottom: solid 1px #c8c8c8;
	padding:5px;
}

.ContentBoxTitleAreaText 
{
	font-size:10pt;
	font-weight:bold;
}

.ContentBoxTitleArea
{
	padding: 2px 2px 2px 11px;
}

.RightCell 
{
	text-align:left;
	vertical-align:top;
}

.LeftCell 
{
	text-align:right;
	vertical-align:top;
}

.SideMenuButtonText 
{
	font-size:8pt;
	font-weight:bold;
}

.SideMenuButton 
{
	border-bottom: solid 2px #fafafa;
	padding: 2px 2px 4px 10px;
	cursor:hand;
}

.BottomMenuText
{
	font-size:8pt;
	margin-top:2px;
	margin-right:6px;
	font-weight:bold;
	cursor:hand;
}

.BottomContactText
{
	font-size:10pt;
	margin-top:2px;

	font-weight:bold;
	width:160px;
	text-align:center;
}

.CopyrightText
{
	font-size:7pt;
	margin-top:2px;
	margin-right:10px;
}

.WidthBar 
{
	width:600px;
	height:1px;
}

.WhiteBorder 
{
	border-bottom:2px white solid;
}

.BlackFore 
{
	color:#000000;
}

.WhiteFore 
{
	color:#ffffff;
}
.BlackFore A
{
	color:#000000;
}

.WhiteFore A
{
	color:#ffffff;
}

.BlueFore 
{
	color:#3E5D96;
}
.LightBlueFore 
{
	color:#7A8FB7;
}

.WhiteBack 
{
	background-color:#ffffff;
}

.LightBlueBack 
{
	background-color:#7A8FB7;
}

.BlueBack 
{
	background-color:#3E5D96;
}

.BrownBack 
{
	background-color:#BFA680;
}

.GrayBack 
{
	background-color:#E0E0E0;
}

.DarkGrayBack
{
	background-color:#A8A8A8;
}

