﻿/* Standard HTML Tags */
html {
     overflow: -moz-scrollbars-vertical;
}

body {

	background-color:#FFFFFF;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

a {
	color: #4B86D0;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
	cursor:hand;
}
table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}
h1 {
	font-family: arial;
	color: #C19262;
	font-size: 14pt;
	font-weight: bold;
	margin:0px;
	padding-left:10px;
	
	}

h2 {
	font-family: arial;
	color:#655346;
	font-size: 12pt;
	font-weight: bold;
	margin:0px;
	border-bottom:1px;
}

h3 {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	margin:0px;
}

h4 {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	margin:0px;
	border-bottom:1px;
	border-bottom-color:white;
	border-bottom-style:dotted
}
li {
	list-style-type: square;
	list-style-position: outside;
}


/* EO Standard Container Tags */
.footer {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 7pt;
	color: #000000;
	text-align: right;
	
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 1px solid #97B7E1;
}
.inputbutton {
	background-color: #979C80 ;
	color: #FFFFFF;
}

.txtnormal {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
}
.txtnormal2 {
	color:#C2C2C2;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:right;
}
.image {
	border:1px;
	color: #C19262;
}
.bodycontent {
	color:#5C5E5E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
.images {
	border: 1px solid #9DA185;
}
.imagetext {
	padding-left:10px;
}

.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
}

.fimage {
	padding-right:5px;
}
