@charset "utf-8";  


body  {
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 4px;
	padding: 0px;
	line-height: 18px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #c0c0c0;
	font-family: Verdana;
	border-width: 0px 18px 0px 36px;
	border-style: ridge;
	border-color: #000066;
	text-indent: -12px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
}
p {
	margin-right: 30px;
	margin-left: 36px;
	letter-spacing: 0.3em;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0em;
	text-indent: -12px;
	background-color: #c0c0c0;
	font-family: Verdana;
	border-top-width: 0px;
	border-right-width: 18px;
	border-bottom-width: 0px;
	border-left-width: 36px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
}
h3 {
	font-weight: bold;
	color: #000066;
	font-size: 12px;
	background-color: #c0c0c0;
	border-left-width: 14px;
	border-left-style: groove;
	border-left-color: #000066;
	text-indent: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-right: 30px;
	margin-bottom: 12px;
	margin-left: 12px;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	color: #000033;
	margin-right: 30px;
	margin-left: 12px;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #900;
	text-indent: 12px;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	color: #404040;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 24px;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	margin-right: 6px;
	margin-left: 24px;
}
a:link {
	color: #000066;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:active {
	color: #1F1FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:visited {
	color: #000066;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:hover {
	color: #FF1F1F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.class-fontcolor {
	color: #000066;
}
.class-fontcolor2 {
	color: #8C1B1B;
}
.class-fontcolor3 {
	font-size: 12px;
	font-weight: bold;
	color: #2D3344;
	font-family: Verdana;
}
.class-fontcolor4 {
	font-weight: bold;
	color: #000066;
	background-color: #CCCCCC;
}

.pagenation {
	padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
	padding: 0 5px;
	text-decoration: none;
	color: #000066;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.pagination a:hover, .pagination a:active{
	color: #FFFFFF;
	background-color: #99001A;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.pagination a.currentpage{
	background-color: #000066;
	color: #FFF !important;
	font-weight: bold;
	cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #404040;
	font-weight: normal !important;
}

.pagination a.prevnext{
	font-weight: normal;
	color: #000066;
}
.pagination a.previous {
	font-weight: normal;
	color: #000066;
}
.linkpage {
	font-size: 9px;
}
