/* CSS 2.0

Cascading Style Sheet*/

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    color: #000066; 
    line-height: 110%; 
    cursor: Default; 
    margin-left: 0pt; 
    margin-right: 5pt; 
    margin-top: 0pt; 
    margin-bottom: 0pt; 
}

hr  {
	color : #660000;
	height : 1;
}

p  {
	font-family : Georgia, Arial, Verdana, serif;
	font-size : 10pt;
	color : black;
}

td  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000066;
	border-color: #003366 black black
}

ul  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : black;
}

ul li  {
	
	list-style-type:disc;
}

ol  {
	font-family : Georgia, Arial, Verdana, Helvetica, Times New Roman;
	font-size : 8pt;
	color : black;
}

a {
	text-decoration : none;
	color : #0030c0;
}

a.active  {
	color : #660000 ;
	text-decoration : none;
	Cursor : Default;
}

a:visited  {
	text-decoration : none;
	color : #0030c0;
}

a:hover {
	color : #cc3300;
	text-decoration: underline;
	Cursor : Hand;	
}

a:link {
	color: #660000; 
	text-decoration: none;
}

a.tool:link {
	color: #660000; 
	text-decoration: none;
}

a.tool:visited {
	color: #333399; 
	text-decoration: none;
}

a.tool:active {
	color: #660000; 
	text-decoration: none;
}

a.tool:hover {
	background-color: #e9f3ee; 
	color: #CC0000;
}

.heading {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 18px; 
	color: #003366; 
	font-weight: bold
}

.heading2 {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 15px; 
	color: #660000; 
	line-height:22px;
}

.footer {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: xx-small; 
	text-align: right;
}

.layout004 { 	
	text-align: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: small; 	
	font-weight: normal;
}
.advice {
	width:600px;
	padding-left:15px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:14px;
	padding-top:20px;
}
h1 {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:18px;
}
