body {
	margin: 5px;
	font-family: verdana;
	font-size: 8pt;
	background: #627FA2;
	color: #444444;
}
a,a:visited,a:active,a:hover {
	font-size: 7pt;
	font-family: verdana;
	color: #627FA2;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
a:hover {
	font-family: verdana;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 7pt;
}
td {
	vertical-align: top;
	font-family: verdana;
	font-size: 8pt;
}
h1 {
	font-size: 20pt;
	font-weight: normal;
	font-family: georgia;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: small-caps;
	padding: 0;
	margin-bottom: 5px;
}
h2 {
	font-size: 14pt;
	font-weight: normal;
	font-family: verdana;
	color: #627FA2;
	font-weight: bold;
	font-variant: small-caps;
	padding: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
}
b {
	text-transform: uppercase;
	font-size: 7pt;
	color: #CC0000;
}
hr {
	text-align: center;
	border: none 0;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px dashed #CC0000;
	height: 1px;
}
.b {
	text-transform: uppercase;
	font-size: 7pt;
	color: #3F80D2;
}
a img,a:hover img,a:visited img,a:active img {
	border:0;
}
.desc {
	font-size: 7pt;
	color: #888888;
}
.input {
	border: 1px solid #CCCCCC;
	background: #FBFBFB;
	font-family: Arial;
	font-size: 8pt;
	height: 25px;
	width: 150px;
	padding: 2px;
}
.page {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 2px;
	margin: 1px;
	float: left;
	font-size: 7pt;
	width: 25px;
	text-align: center;
	height: 15px;
	line-height: 15px;
}
.page a,.page a:hover,.page a:visited,.page a:active {
	display: block;
	font-size: 7pt;
	font-weight: normal;
}
.page a:hover {
	background: #444444;
	color: #FFFFFF;
}


#header {
	position: relative;
	height: 131px;
	background: #caced1 url(../image/header.jpg) no-repeat center top;
	padding: 0;	
	color: #fff;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 55px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -3px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 30px; left: 35px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 100px; left: 50px;		
}

/* header links */
#header #header-links {
	position: absolute;
	color: #C6DDEE;
	font: bold 14px"Trebuchet MS", Arial, Tahoma, Sans-serif;
	top: 20px; right: 20px;	
}
#header #header-links a {	
	color: #fff;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4FF55;	
}
