/* FORMATTING STYLES */

main{
	font-family:verdana;
	color:#0070AA;
	font-weight:normal;
	font-size:11pt;
	text-decoration:underline;
}
main:hover{
	font-family:verdana;
	color:#0070AA;
	font-weight:normal;
	font-size:11pt;
	text-decoration:underline;
}
main:visited{
	font-family:verdana;
	color:#0070AA;
	font-weight:normal;
	font-size:10pt;
	text-decoration:underline;
} 
main:visited:hover{
	font-family:verdana;
	color:#0070AA;
	font-weight:normal;
	font-size:10pt;
	text-decoration:underline;
}

LI.space { line-height:25px; }

A{
	font-family:verdana;
	color:##547CF6;
	font-weight:normal;
	font-size:10pt;
	text-decoration:underline;
}
A:hover{
	font-family:verdana;
	color:#0070AA;
	font-weight:normal;
	font-size:10pt;
	text-decoration:underline;
}
A:visited{
	font-family:verdana;
	color:#547CF6;
	font-weight:normal;
	font-size:10pt;
	text-decoration:underline;
} 

/*HEADER/FOOTER*/

.header {
	
	padding-top: 0px;
	padding-right: 0px;
}
.search{
	font-family:tahoma,arial,verdana;
	color:#535353;
	font-weight:normal;
	font-size:10pt;
	text-decoration:bold;
}
/*BACKGROUNDS*/

BODY{
	background-color:#eaeaea;
}
.white{
	padding: 10px;
	background-color: #FFFFFF;
}
.pad10{
	padding: 10px;
}
.content{
	padding: 5px;
	background-color: #F6F6EE;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}
.dottedline {
	border-top: url(http://images.freeadvice.com/images_fa_2/dots.gif) repeat-x;
}
.btnmiddle{
	background: #E8AF8A url(http://images.freeadvice.com/images_fa_2/btn_middle.gif) repeat-x;
}


/*FORMS*/

INPUT,TEXTAREA{
	background-color: #FFFFFF;
	color: #535353;
	font-family: tahoma,arial,verdana;
	font-size:10pt;
}
SELECT{
	background-color: #FFFFFF;
	color: #535353;
	font-family: tahoma,arial,verdana;
	font-size:10pt;
}

.navbar a:link {
	color: ##547CF6;
	text-decoration: underline;
}
.navbar a:visited {
	color: ##547CF6;
	text-decoration: underline;
}
.navbar a:hover {
	color: ##547CF6;
	text-decoration: underline;
}
.navbar a:active {
	color: ##547CF6;
	text-decoration: underline;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
.sidebar a:link {
	color: #000000;
	text-decoration: underline;
}
.sidebar a:visited {
	color: #000000;
	text-decoration: underline;
}
.sidebar a:hover {
	color: #000000;
	text-decoration: underline;
}
.sidebar a:active {
	color: #000000;
	text-decoration: underline;}
	
.extra a:link {
	color: #000000;
	text-decoration: underline;}
	
.extra a:visited {
	color: #000000;	
	text-decoration: underline;
}
.extra a:hover {
	color: #000000;
	text-decoration: underline;
}
.extra a:active {
	color: #000000;
	text-decoration: underline;
	}
	
	
.list a:link {
	font-family:tahoma, sans-serif;
	font-size:7pt;
	color: #000000;
	text-decoration:underline;
}

.list a:visited {
	font-family:tahoma, sans-serif;
	font-size:7pt;
	color: #000000;
	text-decoration:underline;
}
.list a:hover {
	font-family:tahoma, sans-serif;
	font-size:7pt;
	color: blue;
	text-decoration:underline;
}
.list a:active {
	font-family:tahoma, sans-serif;
	font-size:7pt;
	color: blue;
	text-decoration:underline;
}

