﻿/* Standard HTML Tags */

body {
	margin-top:0px;
	background-color: #eaeaea;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

li {
	margin:0px;
}

form {
	margin:0px;
}

a {
	text-decoration:none;
	color: #990000;
}

a:hover {
	color:#CC0000;
	text-decoration:underline;
}

ul {
	margin-bottom:0px;
	list-style:square;
	list-style-position:outside;
}

table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	vertical-align: top;
	padding:0px;
}

h1 {
	color: #CC0000;
	font-family: Verdanan;
	font-size: 14px;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
}

h3 {
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin:0px;
}

h5 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #00FF00;
}

h6 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

img	{
	border:0px;
}


input {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #C2BCB4;
}

select {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #C2BCB4;
}

textarea {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #C2BCB4;
}

/* EO Common Styles */
/*************/
/*************/
/*************/

.inputbutton {
	background-color:#C0C0C0;
	color:#FFFFFF;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.table_all {
	width:100%;
}

.table_all td {
	padding:20px 10px 10px 10px;
}

.table_headright {

}

.table_headend {

}

.table_rowright {
	border-bottom:1px #aeaeae solid;
	border-right:1px #aeaeae solid;
}

.table_rowend {
	border-bottom:1px #aeaeae solid;
	
}

/* EO Site Container Styles */
/*************/
/*************/
/*************/

#container_main{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	border:1px #C0C0C0 solid;
}

#container_header {

}

#container_menu {
	text-align:right;
	padding:4px;
	border-bottom:1px #C0C0C0 solid;	
}

#container_body{

}
	
#container_footer {
	background-color:#CC0000;
	text-align:center;
	padding:5px;
	font-size:10px;
	color:#FFFFFF;
}

	#container_footer a{
		font-size:10px;
		color:#FFFFFF;
	}

/* Site Specific Styles */
/*************/
/*************/
/*************/

.highlight {
	background-color:#f3f2f2;
}