﻿body 
 {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 8pt;
	background-color: #000000;
	color: #ffffff;
 }
 
 a:link {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #ffffff;
	text-decoration : none;
	font-weight: bold;
}

a:visited 
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #ffffff;
	text-decoration : none;
	font-weight: bold;
}

a:active 
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #ffffff;
	text-decoration : none;
	font-weight: bold;
}

a:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #ffffff;
	text-decoration : underline;
	font-weight: bold;
}

.input 
{
	font-family: Verdana, Arial, Times New Roman;
	font-size: 8pt;
	padding-left: 2px;
	border: 1px solid #360101;
	margin: 3px 2px 3px 2px;
	width: 120px;
}

.input_highlight
{
	font-family: Verdana, Arial, Times New Roman;
	font-size: 8pt;
	padding-left: 2px;
	border: 1px solid red;
	margin: 3px 2px 3px 2px;
	width: 120px;
}

#footer
{
	margin: 0px 0px 0px 0px;
	clear: both;
	margin: 0;
	color: #ffffff;
	border-top: 1px solid black;
	text-align: right;
	background-color: #360101;
}

td 
{
	font-family: Verdana, Arial, Times New Roman;
	font-size: 8pt;
} 

#content
{

	margin-left: auto;
	margin-right: auto;
	width: 760px;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #8B8146;
	color: #ffffff;
	padding-top: 5px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	min-height: 550px;
}

#top_header 
{
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg_top_header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	width: 760px;
}

.center 
{
	text-align: center;
}

.image_box 
{
	vertical-align: top;
	height: 110px;
	width: 110px;
	text-align: center;
}

.image 
{
	margin: 5px 5px 5px 5px;
}

.detail_content
{
    background-color: white;
    text-align: center;
    color: black;
}

.background 
{
	background-color: Black;
}

.popup
{
    filter:alpha(opacity=70);
	opacity:0.70;
	border: solid 2px white;
	background-color: Black;
}

.headline 
{
	background-color: #360101;
	font-weight: bold;
	border: 1px solid white;
	text-transform: uppercase;
	width: 550px;
}
