/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

TH
{
	text-align:left;
	border-bottom-color: #EFBD67;
	border-bottom-width:thin;
	border-bottom-style:groove;
	background-color:#BCB9C7;
}

TD
{
	background-color: #eeeeee;
}

LI
{
	font-size:0.7em;
}

.Head1
{
	background-color: #eeb14e;
}

.head2
{
	margin-top:5px;
	margin-bottom:2px;
}

.LeftMenu
{
	width: 150px;
	background-color: #99cc66;
	background-color: #BCB9C7;
}

.LeftLink
{
	width: 130px;
	background-color: white;
	background-color: #BCB9C7;
	margin-top:10px;
	margin-left:20px;
	font-size:0.75em;
	font-family:Verdana;
	font-weight:bold;
}

.TopLink
{
	margin-top:30px;
}

.LeftSubLink
{
	width: 120px;
	background-color: white;
	background-color: #BCB9C7;
	margin-top:7px;
	margin-left:30px;
	font-size:0.70em;
	font-family:Verdana;
	font-weight:normal;
}


.MainBody
{
	margin-right: 20px;
	background-position: right bottom;
	margin-left: 20px;
	background-image: url(images\watermark.gif);
	margin-bottom: 20px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-color: white;
}

.DarkPurple
{
	background-color: #3e1f69;
}

.White
{
	background-color: White;
}

.Head
{
	font-size:0.7em;
	font-weight:bold;
}

.Subhead
{
	font-style:italic;
	font-size:0.8em;
	padding-bottom:0px;
	color: #3e1f69;
	font-weight:600;
}

.Subhead2
{
	font-style:italic;
	font-size:0.7em;
	padding-bottom:0px;
	padding-left:30px;
	color: #3e1f69;
	font-weight:600;
}

.ParaText
{
	font-family:Verdana;
	font-size:0.7em;
}

.ParaText2
{
	font-family:Verdana;
	font-size:0.7em;
	padding-left:30px;
}

.ParaBold
{
	font-family:Verdana;
	font-size:0.7em;
	font-weight:bold;
}

.Quote
{
	font-style:italic;
	padding-left:30px;
	padding-right:30px;
}

.tblLine
{
	border-bottom: solid thin #cccccc;
}

A:link	{	
	text-decoration:	none;
	color:	#3e1f69;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#3e1f69;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#3e1f69;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}