a:link 		{color: #0026FF; text-decoration: none;}
a:visited {color: #0026FF; text-decoration: none;}
a:hover 	{color: #333333; text-decoration: underline;}
a:active 	{color: #333333; text-decoration: underline;}

a:link.sub 			{color: #333333; text-decoration: none;}
a:visited.sub 	{color: #333333; text-decoration: none;}
a:hover.sub 		{color: #666666; text-decoration: underline;}
a:active.sub 		{color: #666666; text-decoration: underline;}

a:link.lightbox 			{color: #333333; text-decoration: none;}
a:visited.lightbox 	{color: #333333; text-decoration: none;}
a:hover.lightbox 		{color: #666666; text-decoration: none;}
a:active.lightbox 		{color: #666666; text-decoration: none;}


body
{
	background-color: #CFCFCF;
}

#body
{
	top: 0px;
	left: 50%;
	position: absolute;
	background-color: #F9F9F9;
	margin-left: -470px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	min-height: 100%;
	width: 940px;
	z-index: 1;
}

table.top	
{
	background-image: url(images/bg_top_bar.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-color: #FFFFFF;
	border: 1px solid #CFCFCF;
	border-bottom: 0px;
	margin: 10px 10px 0px 10px; 
	height: 56px;
	width: 920px;  
}


td.top_site
{
	font-weight: bold;
	color:#FFFFFF;
	text-shadow:0 1px 3px #1659AC;
	vertical-align: middle;
	font-size: 20px;
	padding-left: 5px;
}


table.sub	
{
	background-image: url(images/bg_sub_bar.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-color: #FFFFFF;
	border: 1px solid #CFCFCF;
	margin: 0px 10px 10px 10px;
	height: 28px;
	width: 920px;
}


td.sub_link
{
	color: #333333;
	vertical-align: middle;
	font-size: 9px;
	letter-spacing: 2px;
}


table.content
{
	background-color: #F9F9F9;
	border: 0px;
	margin: 0px 10px 10px 10px;
	width: 920px;
}


td.content_navigator
{
	border-right: 1px solid #CFCFCF;
	width: 160px;
}


table.navigator
{
}


td.navigator_text
{
	padding-top: 5px;
	color: #666666;
	border-bottom: 1px solid #36393E; 
	line-height: 20px;
	font-weight: bold;
}

td.navigator_link
{
	line-height: 18px;
}



td.content_main
{
}


table.main
{
	width: 100%;
}

td.main_headline
{
	padding-top: 5px;
	color: #666666;
	border-bottom: 1px solid #36393E; 
	line-height: 20px;
	font-weight: bold;
	width: 100%;
}


td.main_subline
{
	color: #0077CC;
	font-size: 9px;
	letter-spacing: 2px;
}


h1
{
	color: #222222;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	float: left;
}


h2
{
	color: #222222;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	float: left;
}


h3
{
	color: #0077CC;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	float: left;
}


br
{
	clear: both;
}


td.content_info
{
	border-left: 1px solid #CFCFCF;
	width: 200px;
}

table.info
{
}


td.info_text
{
	padding-top: 5px;
	color: #666666;
	border-bottom: 1px solid #36393E; 
	line-height: 20px;
	font-weight: bold;
}

td.info_link
{
	padding-top: 2px;
}

form
{
	margin: 0px;
}

input
{
border-top: 1px solid #CFCFCF;
border-right: 1px solid #CFCFCF;
border-left: 1px solid #CFCFCF;
border-bottom: 1px solid #777777;
}

img
{
	border: 0px;
}

td
{
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	color: #000000;
	font-size: 11px;
	vertical-align: top;
}


div
{
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	color: #666666;
	font-size: 11px;
}


tr.line_color0
{
	background-color: #EDEAE4;
}


tr.line_color1
{
	background-color: #FFFFFF;
}


#popup
{
top: 0%;
left: 0%;
position: absolute;
background-color: #FFFFFF; 
border: 2px solid #4F4F4F;
display: none;
z-index : 99;
}