.header {
	display: block;
	width: 100%;
	background: #CCCCCC repeat-y;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FF4500;
	font-size: inherit;
	font-weight: normal;
	height: auto;
	text-align: center;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 0px 2px;
	border-width: 2px 2px 0px 2px;
	border-style: solid;
	border-top-color: Maroon;
	border-right-color: Maroon;
	border-left-color: Maroon;
	border-bottom-color: Maroon;
}

.main_block {
	display: block;
	width: 75%;
	background-color: White;
	font-family: Times New Roman, Times, serif;
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	height: auto;
	padding-left: 6px;
	z-index: 5
}

.main {
	background-color: White;
	font-family: Times New Roman, Times, serif;
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	height: auto;
}

a.main:link {color: Maroon;text-decoration: underline;}
a.main:visited {color: Gray;text-decoration: underline;}
a.main:active {color: #FF4500;text-decoration: underline;}
a.main:hover {background-color: Silver;color: #FF4500;text-decoration: underline;}

.main_1 {
	display: block;
	width: 100%;
	background-color: Silver;
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	height: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 6px 2px 2px 0px;
	border-style: none;
}
.main_1ref {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: normal;
	font-style: italic;
	height: auto;
}

a.main_1ref:link {color: Maroon;text-decoration: underline;}
a.main_1ref:visited {color: Maroon;text-decoration: underline;}
a.main_1ref:active {color: #FF4500;text-decoration: underline;}
a.main_1ref:hover {background-color: Silver;color: #FF4500;text-decoration: underline;}

.main_2 {
	display: block;
	width: 100%;
	background-color: Silver;
	font-family: "Times New Roman", Times, serif;
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	height: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 6px 2px 2px 0px;
	border-style: none;
}

.main_2ref {
	font-family: "Times New Roman", Times, serif;
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	height: auto;
}

a.main_2ref:link {color: Maroon;text-decoration: underline;}
a.main_2ref:visited {color: Maroon;text-decoration: underline;}
a.main_2ref:active {color: #FF4500;text-decoration: underline;}
a.main_2ref:hover {background-color: Silver;color: #FF4500;text-decoration: underline;}



.vmain {
	display: block;
	width: 90%;
	background-color: White;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	height: auto;
	text-align: center;
	background: repeat-y;
	color: Black;
	margin: 2px 8px 2px 2px;
	padding: 2px 2px 2px 2px;
}
a.vmain:link {color: Maroon;text-decoration: underline;}
a.vmain:visited {color: Gray;text-decoration: underline;}
a.vmain:active {color: #FF4500;text-decoration: underline;}
a.vmain:hover {background-color: Silver;color: #FF4500;text-decoration: underline;}

.vert {
	background-color: White;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	height: auto;
}
a.vert:link {color: Maroon;text-decoration: underline;}
a.vert:visited {color: Gray;text-decoration: underline;}
a.vert:active {color: #FF4500;text-decoration: underline;}
a.vert:hover {background-color: Silver;color: #FF4500;text-decoration: underline;}

.footer_border	{
	display: block;
	width: 100%;
	clear:left;
	background-color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	color: Maroon;
	font-size: xx-small;
	height: auto;
	padding-top: 0px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 0px 2px 2px 2px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-top-color: Maroon;
	border-right-color: Maroon;
	border-left-color: Maroon;
	border-bottom-color: Maroon;
	z-index: 3;
}	
.footer{
	background-color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	color: Maroon;
	font-size: xx-small;
	font-weight: normal;
	height: auto;
}
a.footer:link {color: Maroon;text-decoration:underline;}
a.footer:visited {color: Gray;text-decoration:underline;}
a.footer:active {color: #FF4500;text-decoration:underline;}
a.footer:hover {background-color:Silver;color:#FF4500;text-decoration:underline;}

.panel
{
	display: block;
	width: 90%;
	background-color: Silver;
	color: Maroon;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: inherit;
	padding-top: 3px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	margin: 2px 2px 2px 2px;
	border-width: 2px;
	border-style: solid;
	border-top-color: Maroon;
	border-right-color: Maroon;
	border-left-color: Maroon;
	border-bottom-color: Maroon;
	text-decoration: none;
}
.panel1
{
	background-color: Silver;
	color: Maroon;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: inherit;
	text-decoration: underline;
}
a.panel1:link {
	color: Maroon;
	text-decoration: underline;
}
a.panel1:visited {
	color: Maroon;
	text-decoration: underline;
}
a.panel1:active {
	color: #FF4500;
	text-decoration: underline;
}
a.panel1:hover {
	background-color: Silver;
	color: #FF4500;
	text-decoration: underline;
}


