

body {	
	background-color: #8e8e8e;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url('../images/bg.gif');
}

.style3, td, th, body,input,select,textarea {
	font-family: arial, Times, "Times New Roman", "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #444444;
}
h1 {
	font-family: arial, Times, "Times New Roman", "Trebuchet MS", Verdana, Tahoma;
	font-size: 11pt;
	color: #6a172b;
	line-height:10%;
}

a:link, a:visited, a:active
{
	color: #6a172b;
}

a:hover {
	color: #AD2048;
}

.byLine, .byLine a {
	text-decoration:none;
	color:#555555;
	font-family:verdana;
	font-size:7pt;
}
.byLine a:hover {
	color:#555555;
	font-family:verdana;
	font-size:7pt;
	text-decoration:underline;
}

	.spacedList li
	{
		padding:5px;
	}

	.lastLowerNav
	{
			background-image:url('../images/bottomNavBg.gif');
	}
	.leftShadow
	{
		background-image:url('../images/left.gif');
	}
	.rightShadow
	{
		background-image:url('../images/right.gif');
	}
	.footerText
	{
		font-size:11px;
	}

	.matrix
	{
	}
	.matrix th
	{
		font-size:14px;
		font-weight:bold;
		color:#865d4a;
	}
	.matrix td li
	{
		line-height:200%;

		list-style-image: url('../images/bullet.gif');
		list-style-type: circle
	}

	.header
	{
		font-size:11pt;
		font-weight:bold;
		color:#865d4a;
	}
.style4 {color: #EAE0CA}
	.closeHeader
	{
		color:#027c71;
		font-weight:bold;
	}
	.testBy
	{
		font-style:italic;
		font-weight:bold;
	}
	fieldset.login 
	{  
		-moz-border-radius-bottomleft:8px;   
		-moz-border-radius-bottomright:8px;   
		-moz-border-radius-topleft:8px;   
		-moz-border-radius-topright:8px;   
		border-radius: 8px;   

		clear: both;  
		width: 60%;  
		padding: 10px;
		*padding-top: 0; /*to lose the added whitespace line in IEs*/ 
		border: 1px solid #BFBAB0;  
		background-color: #F2EFE9;  
		background-image: url('../images/fieldset_gradient.gif'); 
		background-repeat: repeat-x;
	}
	fieldset 
	{  
		-moz-border-radius-bottomleft:8px;   
		-moz-border-radius-bottomright:8px;   
		-moz-border-radius-topleft:8px;   
		-moz-border-radius-topright:8px;   
		border-radius: 8px;   

		clear: both;  
		width: 98%;  
		padding: 10px;
		*padding-top: 0; /*to lose the added whitespace line in IEs*/ 
		border: 1px solid #BFBAB0;  
		background-color: #F2EFE9;  
		background-image: url('../images/fieldset_gradient.gif'); 
		background-repeat: repeat-x;
	}
	legend {  
		margin-left: 1em;  
		padding: 0;  
		
		font-size:11pt;
		font-weight:bold;
		color:#865d4a;
	}
	.required
	{
		color:#cc0000;
		font-weight:bold;
	}
	.pageBreak
	{
		page-break-after: always;
	}
