body
{
	margin: 0px;
	font-family: Arial;
	font-size: 10pt;
	background-color: #F8F8F8;
	background-position: top;
	background-repeat: repeat;
}

/* font */
.font_title {font-weight: bold; font-size: 10pt; color: #717171; text-align: left; vertical-align: middle;}
.font_green {font-weight: bold; font-size: 10pt; color: #73901A; text-align: left;}
.font_grey {font-weight: normal; font-size: 10pt; color: #717171; text-align: left;}
.font_red {font-weight: bold; font-size: 10pt; color: #800000; text-align: center;}
.font_white {font-weight: bold; font-size: 10pt; color: #FFFFFF; text-align: left;}
.font_quote {font-size:40px; font-family:Times New Roman, serif; font-weight:bold; text-align:left;}


/* Hack for transparent png's in IE6 */
img 
{ 
	behavior: url(iepngfix.htc); 
}

.top_left
{
	width: 42px;
	height: 119px;
	background-image: url('images/top_left.jpg');
	background-repeat: no-repeat;
}

.top
{
	width: 896px;
	height: 93px;
	background-image: url('images/top.jpg');
	background-repeat: no-repeat;
}

.top_right
{
	width: 42px;
	height: 119px;
	background-image: url('images/top_right.jpg');
	background-repeat: no-repeat;
}

.menu
{
	width: 896px;
	height: 26px;
	background-image: url('images/menu.jpg');
	background-repeat: no-repeat;
	padding-right: 30px;
}

.left
{
	width: 42px;
	vertical-align: top;
	background-image: url('images/left.jpg');
	background-repeat: repeat-y;
}

.logo
{
	width: 98px;
	height: 109px;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
}

.submenu
{
	width: 798px;
	height: 25px;
	background-image: url('images/submenu.jpg');
	background-repeat: no-repeat;
	padding-right: 30px;
	vertical-align: middle;
}

.right
{
	width: 42px;
	vertical-align: top;
	background-image: url('images/right.jpg');
	background-repeat: repeat-y;
}

.title
{
	width: 580px;
	height: 84px;
	background-color: #FFFFFF;
}

.container_button
{
	width: 218px;
	height: 84px;
	background-color: #FFFFFF;
	padding: 10px 20px 10px 20px;
}

.container_right
{
	width: 218px;
	background-color: #FFFFFF;
	padding: 10px 20px 10px 20px;
	vertical-align: top;
}

.container
{
	width: 678px;
	height: 242px;
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 10px 10px 10px 25px;
	text-align: justify;
	font-family: Arial;
	font-size: 10pt;
	color: #717171;
}

.box_top
{
	width: 182px;
	height: 32px;
	background-image: url('images/box_top.jpg');
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #676767;
}

.box_container
{
	width: 182px;
	background-image: url('images/box_container.jpg');
	background-repeat: repeat-y;
	background-position: top;
}

.box_bottom
{
	width: 182px;
	height: 16px;
	background-image: url('images/box_bottom.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

table 
{
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
	color: #717171;
} 

.table_title
{
	background-color: #E7E7E7;
	border: solid 1px #E4E4E4 !important;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #717171;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.form_title
{
	background-color: #88A62C;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
}

.form_title_left
{
	width: 10px;
	height: 30px;
	background-image: url('images/title_left.jpg');
	background-repeat: no-repeat;
}

.form_title_right
{
	width: 10px;
	height: 30px;
	background-image: url('images/title_right.jpg');
	background-repeat: no-repeat;
}

.bottom
{
	width: 896px;
	height: 110px;
	background-image: url('images/bottom.jpg');
	background-repeat: no-repeat;
}

li 
{
	list-style: square;
	padding-bottom: 10px;
	padding-right: 10px;
	font-family: Arial;
	font-size: 10pt;
	color: #717171;
	
}

/* link */
.a_submenu:link 
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color: colorhere;
}

.a_submenu:visited 
{
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color: colorhere;
	border: none;
}

.a_submenu:hover 
{
	text-decoration: none;
	color: #474747;
	background-color: colorhere;
}

.a_green:link 
{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #73901A;
	background-color: colorhere;
	border: none;
}

.a_green:visited 
{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #73901A;
	background-color: colorhere;
	border: none;
}

.a_green:hover
{
	text-decoration: none;
	color: #73901A;
	background-color: colorhere;
	border-top: solid 1px #73901A;
	border-bottom: solid 1px #73901A;
}

.a_right:link 
{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #73901A;
	background-color: colorhere;
	border: none;
}

.a_right:visited 
{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #73901A;
	background-color: colorhere;
	border: none;
}

.a_right:hover
{
	text-decoration: underline;
	color: #73901A;
	background-color: colorhere;
}
