a:link {
	color: #5A6D7E;
	text-decoration: underline-overline;
}

a:visited {
	color: #5A6D7E;
	text-decoration: underline-overline;
}

a:hover {
	color: #00274C;
	text-decoration: underline-overline;
}

a:active {
	color: #00274C;
	text-decoration: underline-overline;
}


/* tab link style */
a.tablink2:link {
	color: #003366;
	text-decoration: underline-overline;
}

a.tablink2:visited {
	color: #003366;
	text-decoration: underline-overline;
}

a.tablink2:hover {
	color: #ffffff;
	text-decoration: underline-overline;
}

a.tablink2:active {
	color: #ffffff;
	text-decoration: underline-overline;
}


/* tab link style */
a.tablink:link {
	color: #003366;
	text-decoration: underline-overline;
}

a.tablink:visited {
	color: #003366;
	text-decoration: underline-overline;
}

a.tablink:hover {
	color: #ffffff;
	text-decoration: underline-overline;
}

a.tablink:active {
	color: #ffffff;
	text-decoration: underline-overline;
}

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial;
	font-size: small;
}

.maintable {
	text-align: left;
	width: 760px;
	height: 100%;
}

.tablabel {
	background-image: url(Images/tab_bg.gif);
	text-transform: uppercase;
	text-align: center;
	font-family: arial;
	font-size: x-small;
	padding-left: 5px;
	padding-right: 5px;
}

.tabseperator {
	background-image: url(Images/tab_divider.gif);
	background-repeat: no-repeat;
	height: 24px;
}

.tabendseperator {
	background-image: url(Images/tab_end.jpg);
	background-repeat: no-repeat;
	width: 27px;
	height: 24px;
}

.header {
	background-image: url(Images/header_bg.jpg);
	background-repeat: repeat-X;
	height: 106px; /* 85px */
}

.secondrow {
	background-image: url(Images/bottomrow_bg.gif);
	width: 737px;
	text-transform: uppercase;
	text-align: right;
	font-family: arial;
	font-size: x-small;
	color: #FFFFFF;
}

.secondrowend {
	background-image: url(Images/bottomrow_end.jpg);
	background-repeat: no-repeat;	
}

.contentstop {
	background-color: #BDCEEF;
}

.mainbodytop {
	background-color: #E7EFFF;
}

.bodybg {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-Y;
	height: 415px;
}

.defaultmaster_contentsbodydiv 
{
	/* background-color: Red; /* visual guide to see how wide it is */
	text-align: center;
	width: 205px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	font-size: small;
	font-family: arial;
	color: #606060;
}

.pagemaster_contentsbodydiv 
{
	/* background-color: Green; /* visual guide to see how wide it is */
	text-align: left;
	width: 205px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	font-size: small;
	font-family: arial;
}

.defaultmaster_mainbodydiv {
	text-align: left;
	width: 494px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	background-image: url(Images/body_watermark.jpg);
	background-repeat: repeat;
	font-family: arial;
}

.pagemaster_mainbodydiv 
{
	height: 100%;
	text-align: left;
	width: 494px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	background-image: url(Images/body_watermark.jpg);
	background-repeat: repeat;
	font-family: arial;
}

.defaultmaster_announcementdiv 
{
	/* background-color: Red; /* visual guide to see how wide it is */
	text-align: center;
	color: Red;
	width: 200px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: medium;
	font-family: arial;
}

.footer {
	text-align: center;
	font-family: arial;
	font-size: x-small;
	background-color: #BEC5E7; 
	border-style: solid;
	border-color: #848DA9;
	border-width: thin;
	padding: 1px;
	margin: 1px;
	color: #000000;
}

.subfooter {
	text-align: center;
	font-family: arial;
	font-size: xx-small;
	color: #FFFFFF;
	background-color: #9CADCE; 
	border-style: solid;
	border-color: #848DA9;
	border-width: thin;
	border-top-color: #9CADCE;
}

h1 
{
	font-family: Verdana;
	color: #3366FF;
	font-size: large;
	font-weight:bold;
	text-decoration: underline;
}

h2 
{
	font-family: Verdana;
	color: #3366FF;
	font-size: medium;
	font-weight:bold;
	text-decoration: underline;
	font-variant: small-caps;
}

h4
{
	font-size: small;
	text-decoration: underline;
}

.contents_curve_l 
{
	background-position: left; 
}

.contents_curve_r
{
	background-color: #E7EFFF;
	background-position: left; 
	width: 100%;
}

.contents_curve_end
{
	background-color: #E7EFFF;
	background-position: right; 
}

.subjectheadbox1
{
	background-color: #CCEBFF;
	border-color: #666666;
	border-width: thin;
	border-style: dashed;
	padding: 2px;
	font-size: medium;
	font-weight: bold;
}

