/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	full-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
ul.none {list-style-type: none}

.menu1  {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-decoration: none;
		color : #FFFFFF;
		text-align: center;

}

.menu1:hover  {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color : #FF0000;
		text-decoration: none;
		text-align: center;

}

.menu1:active  {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color : #000000;
		text-decoration: none;
		text-align: center;
		
}
.style {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 16px;
}
.style2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D10000;
	line-height: 13px;
}
.sidebar {
	padding: 3px;
	font-size: 11px;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #FFFF00;
}
li {
	list-style-type: circle;
	margin-top: 2px;
	font-size: 11px;
}
.style3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.style4 {color: #A80000}
.style5 {color: #FFFFFF}
.style8 {
	font-size: 10px;
	color: #CCCCCC;
}a.white {
	color: #FFFFFF;
	text-decoration: none;
}
