html {
	height: 100%;
	width:100%;
}

body {
	height: 100%;
	width:100%;
	margin: 0;
	padding:0;
}

h1 {
	font-family: Tahoma;
	font-size: 18px;
	color: #0090D8;
	margin-top: 0px;
}

h2 {
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	margin-top: 0px;
}

#main_table {
	width: 100%;
	height: 100%;
}

#top_line {
	height: 26px;
	background-color: #FF8702;

	background-image: url('img/top_line.gif');
	background-repeat: repeat-x;
}

#content_cell {
	background-image: url('img/top_grad.gif');
	background-repeat: repeat-x;

	text-align: center;
	vertical-align: top;

	height: auto;
}

#grad_table {
	height: 133px;
	width: 470px;

	background-image: url('img/top_vector.gif');
	background-repeat: no-repeat;
	background-position: 10px 0;
}

#logo_pic_cell {
	width: 126px;
	height: 133px;
}

#logo_type_cell {
	height: 91px;
	text-align: left;
}

#logo_text_cell {
	height: 42px;

	text-align: left;
	vertical-align: top;
	font-family: Tahoma;
	font-size: 12px;
	color: #999999;
}

#logo_text_cell a, a:hover, a:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}


.content_table {
	height: 110px;
	width: 500px;

	background-image: url('img/corner.gif');
	background-repeat: no-repeat;

 	margin-top: 20px;
 	margin-bottom: 20px;
}

.content_table_cell {
	text-align: justify;
	vertical-align: top;
	padding: 20px 0px 0px 20px;

	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}

.button_table {
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.button_table_cell {
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma;
	font-size: 14px;
	color: #FF8802;
	font-weight: bold;
}

.navig_table {
	width: 470px;
}

.navig_table_cell {
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

#footer {
	border-top: 1px #CFCFCF solid;
	background-color: #F3F3F3;
	height: 50px;

	text-align: center;
	vertical-align: middle;
	font-family: Tahoma;
	font-size: 12px;
	color: #9F9F9F;
}

#footer a{
	font-family: Tahoma;
	font-size: 12px;
	color: #9F9F9F;
	text-decoration: none;
}

#footer a:hover{
	font-family: Tahoma;
	font-size: 12px;
	color: #9F9F9F;
	text-decoration: underline;
}

a {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0090D8;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0090D8;
	text-decoration: underline;
}