BODY {
	
	Background-color: #9A9A9A;
}

td {
	font-family: Tahoma,  Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	font-weight:normal; 
	line-height:13px;
}
.menu {
	font-family:   Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #545454; 
	line-height:18px; 
	text-decoration:none; 
	font-weight:bold;
}
.menu:hover {
	font-family:   Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #545454; 
	line-height:18px; 
	text-decoration:underline; 
	font-weight:bold;
}
.topmenu {
	font-family:   Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #ffffff; 
	line-height:18px; 
	text-decoration:none; 
	font-weight:bold;
}
.topmenu:hover {
	font-family:   Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #ffffff; 
	line-height:18px; 
	text-decoration:underline; 
	font-weight:bold;
}
.orange {
	font-family:   Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #ffffff; 
	line-height:18px; 
	text-decoration:none; 
	font-weight:bold;
}
.orange:hover {
	font-family:   Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #ffffff; 
	line-height:18px; 
	text-decoration:underline; 
	font-weight:bold;
}
.big {
	font-family: Tahoma, verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	line-height:normal;
	text-decoration:none;
	font-weight: normal;
}
.big2 {
	font-family: Tahoma, verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #505050; 
	line-height:18px; 
	text-decoration:none; 
	font-weight: normal; 
}
.big3 {
	font-family: Tahoma, verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #326A00;
	line-height:15px;
	text-decoration:none;
	font-weight: bold;
}
.footermenu {
	font-family:   Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	line-height:18px; 
	text-decoration:none; 
	font-weight:Normal;
}
.center-content {
	font-size: 13px;
	font-weight: normal;
	padding-left: 5px;
	margin-left: 0px;
}
p {
	padding-left: 0px;
	margin-left: 3px;
}
.center-content .big {
	text-align: left;
}
.s {
	color: #360;
}


/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.paginationstyle{ /*Style for demo pagination divs*/
	width: 250px;
	text-align: left;
	padding: 2px 0;
	margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.disabled, .paginationstyle a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}

</style>
