html, body {
	height: 100%;
	width: 100%;
	margin: 0px auto;
	background-color : #FFFFFF;
}

p {margin: 0; padding: 0;} 
FORM { margin: 0 0 }

.table_main {
	width : 100%;
	background-color : #FFFFFF;
}

.header {
	background: #850A10 url(images/back_top.gif) no-repeat;
	height : 50px;
}

.line_blue {
	background: #005FF2 url(images/line_blue.gif) no-repeat;
	height : 4px;
}

.line_red {
	background: #850A10 url(images/line_red.gif) no-repeat;
	height : 4px;
}

.content_area {
	background-image : url("images/back_content.gif");
	width : 100%;
	background-repeat : repeat-x;
}

.title {
	COLOR : #002561;
	font-family : "Times New Roman", Times, serif;
	font-size : 18px;
	font-weight : normal;
	text-transform : uppercase;
}

.sub_title {
	COLOR : #002561;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.text_body {
	COLOR : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.text_body a{
	COLOR : #002561;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : underline;
}

.text_body a:hover{
	text-decoration : none;
}

.footer_1{
	font-size : 11px;
	COLOR : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

.footer_2{
	font-size : 11px;
	COLOR : #B0CFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

#navcontainer { margin-top: 10px; margin-left: 0px; margin-right: 0px; padding-bottom: 0px; margin-bottom: 0px; }


#navcontainer a
{
	COLOR : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : underline;
}

#navcontainer a:hover
{
	COLOR : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
}

#navlist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

#navlist li
{
	COLOR : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding-top: 3px;
	padding-left: 12px;
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

.popup {
	background-image : url("images/popup.jpg");
	width : 350px;
	height : 450px;
	background-repeat : no-repeat;
}
