/* CSS Document */

.p {color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	
	}
	
.p.bottomright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
	color: #cccccc;
	}
	

.small {color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	color: #EE4D4B;
	border-bottom: 1px solid;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	color: #EE4D4B;
	border-bottom: 1px solid;
	
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-style: none;
	color: #999999;
	border-bottom: 0px;
	border-bottom: 1px solid;
	
}

a.small:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-style: normal;
	color: #EE4D4B;
	border-bottom: 1px solid;
}
a.small:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-style: normal;
	color: #EE4D4B;
	border-bottom: 1px solid;
	
}
a.small:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-style: none;
	color: #999999;
	border-bottom: 0px;
	border-bottom: 1px solid;
	
}

a.nav1:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 20px;
	font-style: normal;
	color: #000000;
	border-bottom: 0px solid;
}

a.nav1:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 20px;
	font-style: normal;
	color: #000000;
	border-bottom: 0px solid;
	
}

a.nav1:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 20px;
	font-style: none;
	color: #999999;
	border-bottom: 0px;
	border-bottom: 0px solid;
	
}

a.nav2:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
	font-style: normal;
	color: #ffffff;
	border-bottom: 0px solid;
}

a.nav2:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
	font-style: normal;
	color: #ffffff;
	border-bottom: 0px solid;
	
}

a.nav2:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
	font-style: none;
	color: #EE4D4B;
	border-bottom: 0px;
	border-bottom: 0px solid;
	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 5px;
	
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	
}



<style type="text/css">

/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
width: 1px;
text-align: center;
padding: 0px 0;
margin: 0px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 0px;
}

.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.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>