@import url("_main.css");
@import url("_color.css");
@import url("_ie.css");
@import url("_more.css");

body {
	color: black; 
	font: small/1.4em Verdana, Arial, Helvetica, sans-serif; 
	background: white;  
}


h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.5em; padding: 0.1em 0;
	line-height: 1.25em; font-weight: normal;
	color: #e4f4ff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
}


h1 {font-size: 2.2em;}
h2 {font-size: 2em; margin-top: 0;}
h3 {font-size: 1.5em; margin-top: 0; }
h4 {font-size: 1.3em;}
h5 {font-size: 1.1em; font-weight: bold;}
h6 {font-size: 1em; font-weight: bold;}


ul, ol {padding-left: 1.5em;}


p {padding-bottom: 1em;}


a {color: black; text-decoration: underline; outline: none;}
a:visited {}
a:hover {color: #08569e; text-decoration: none;}




#center .numbers {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CEC6C4;
	font-size: 11px;
	text-transform: lowercase;
	margin-top: 15px;
	padding-top: 8px;
	clear: both;
}
#center .numbers#clear {
	margin-top: 0;
	height: 18px;	
}
#center .numbers a {
	background-color: #E8E2E2;
	border: 1px solid #CEC6C4;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-right: 1px;
}
#center .numbers span {
	margin-right: 1px;
}
#center .numbers .page {
    background-color: #780000;
	border: 1px solid #780000;
    color: #E8E2E2;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 6px;
}





