@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: #000000;
}
p {	
	margin:0px;
}
.breadcrumbs {
	font-size: 9px;
	color: #999999;
}
.footerlinks {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
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: #FF0000;
}
h3 {
	font-size: 14px;
	color: #333333;
}
h4 {
	font-size: 14px;
	color: #666666;
}

.pgimage {
	border: thin solid;
	border-color: #666666;
}