/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333399;
}
h1 {
	font-size: 20px;
}

h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h2 {
	font-size:1.25em;
	}
	
h3  {font-size:1.15em;
	}
a:link {
	color: #6666FF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9999FF;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #00FF00;
}
a {
	font-weight: bold;
}

ul{
 list-style-type: square;
 line-height: 1.5em;
 }
 
.style1 {font-weight: bold}
.style2 {font-size: 12px}
.style3 {
	font-size: 10px;
	color: #c5c4e5;
}
.style4 {
	font-size: 10px;
}
.style5 {font-size: 11px}
