html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
}

table, tr, th, td, img, a img, fieldset {
    border: 0px;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

table, td, th {
    vertical-align: middle;
}
img
{
	vertical-align: top;
}
:focus {
    outline: none;
}
html, body {
	min-height: 100%;
}
body{
    font-family: Tahoma;
    font-size: 12px;
	line-height: 14px;
	color: #545353;
    font-weight: normal;
    text-align: center;
	background: #282f37;
	min-height: 100%;
	_height: 100%;
}
.page
{
    width: 988px;
	margin: 0 auto;
	background: url(../../App_Themes/Default/images/page_bg_05.gif) repeat-y top left;
}
.page .page_bot
{
	background: url(../../App_Themes/Default/images/page_bg_07.gif) no-repeat bottom left;
	padding-bottom: 25px;
}
.page .page_top
{
	background: url(../../App_Themes/Default/images/page_bg_03.gif) no-repeat top left;
	padding: 6px 17px 0px 11px;
}
a
{
	text-decoration: underline;
	color: #545353;
}
a:hover
{
	text-decoration: none;
	color: #545353;
}
h1
{
	font: normal 30px/32px "Times New Roman", Times, serif;
	color: #c31b00;
	margin-bottom: 14px;
}
h2
{
	font: normal 30px/32px "Times New Roman", Times, serif;
	color: #25639c;
	margin-bottom: 14px;
}
h3
{
	font: normal 24px/26px "Times New Roman", Times, serif;
	color: #c31b00;
	margin-bottom: 12px;
}
h4
{
	font: normal 22px/24px "Times New Roman", Times, serif;
	color: #c31b00;
	margin-bottom: 10px;
}
h5
{
	font: normal 16px/18px Tahoma;
	color: #000;
	margin-bottom: 9px;
}
p
{
	margin-bottom: 10px;
}
.clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
	zoom: 1;
}
.text_block
{
	padding-bottom: 5px;
    overflow: hidden;   
}
.image_text
{
	float: left;
	margin-right: 12px;
	border: 1px solid #d1d1d1;
	padding: 1px;
}
.image_right
{
	float: right;
	margin-left: 12px;
	margin-right: 0px;
}
.image_left
{
	float: left;
	margin-right: 12px;
}

p.more
{
	text-align: right;
	margin-bottom: 0px;
}
p.more a
{
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	color: #c70000;
	background: url(../../App_Themes/Default/images/more_arrow_03.gif) no-repeat 0px 5px;
	padding-left: 8px;
	text-decoration: underline;
}
p.more a:hover
{
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	color: #c70000;
	background: url(../../App_Themes/Default/images/more_arrow_03.gif) no-repeat 0px 5px;
	padding-left: 8px;
	text-decoration: none;
}

p.grid 
{
    text-align:left;
}
ul.plane
{
	display: block;
	list-style: none;
	overflow: hidden;
	//zoom: 1;
}
ul.plane li
{
	display: block;
	list-style: none;
	background: url(../../App_Themes/Default/images/list_mark_03.gif) no-repeat 0px 2px;
	padding-left: 15px;
	padding-bottom: 3px;
}
ul.blue
{
	display: block;
	list-style: none;
	overflow: hidden;
	//zoom: 1;
}
ul.blue li
{
	display: block;
	list-style: none;
	background: url(../../App_Themes/Default/images/list_mark_blue_03.gif) no-repeat 0px 2px;
	padding-left: 15px;
	padding-bottom: 3px;
}
.border_block
{
	border-bottom: 1px solid #ddddde;
	margin-bottom: 15px;
}
.pic_marg
{
margin-bottom: 20px;
}