/* CSS Document */

body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}

body {
	background-image: url(images/pg_background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}


#footer {
	font-size: 10px;
	background-color: #D9E8EB;
	padding: 2px 5px 0px;
}
.redtext {
	color: #CC0000;
}

a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #336633;
}
a:hover {
	text-decoration: none;
	color: #0033CC;
}
a:active {
	text-decoration: underline;
	color: #003399;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #003366;
}
h2 {
	font-size: 16px;
	color: #006699;
}
h3 {
	font-size: 14px;
	color: #339999;
}
h4 {
	font-size: 12px;
	color: #339900;
}
#hmcontent {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 25px;
}
#hmcontent p {
	line-height: 1.3em;
}
#pagetable {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #246061;
	border-left-color: #246061;
	background-color: #FFFFFF;
}
#sidebar p {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #266262;
}
#sidebar {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #4AA39F;
	padding: 10px;
}

#rtsidebar p {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #266262;
}
#rtsidebar {
	padding: 10px;
}


.highlight {
	background-color: #FFFF00;
}
