@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/common/PageBK.jpg);
	background-repeat: repeat-x;
	background-color: #003366;
}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #000000;
}
h2 {
	font-size: 16px;
	color: #003399;
}
h3 {
	font-size: 14px;
	color: #333333;
}
h4 {
	font-size: 14px;
	color: #666666;
}
.breadcrumbs {
	font-size: 9px;
	color: #999999;
}
.footerlinks {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footerlinks a:link {
	text-decoration: underline;
	color: #CCCCCC;
}
.footerlinks a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
.footerlinks a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.footerlinks a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.menu p {	
	margin:0px;
}
.admin p {
	color:#99CC99;
}
.admin a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}
.admin a:visited {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 12px;
}
.admin a:hover {
	text-decoration: none;
	color: #99CC99;
	font-size: 12px;
}
.admin a:active {
	text-decoration: underline;
	color: #99CC99;
	font-size: 12px;
}
