body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 500px;
	background-color: #EDEDED;
}
.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 160px;
	background-color: #E3E9F1;
}
.menu li {
	margin: 0;
	padding: 0;
}
.menu a {
	color: #333333;
	display: block;
	margin: 0;
	text-decoration: none;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	padding-top: 7px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #F7F7F7;
}
.menu a:hover {
	color: #990000;
	background-color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 4px;
}                    
                    
a:link {
    outline: none;
    color: #004B97;
	text-decoration: none;
}


a:visited {
    color: #004B97;
	text-decoration: none;
}

a:hover {
	color: #004B97;
	text-decoration: underline;
}
a:active {
	color: #004B97;
	text-decoration: none;
}

a.men:link {
	padding-left: 7px;
	background: transparent url(../images/layout/menu-icon-1.gif) no-repeat center left;
	outline: none;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a.men:visited {
   padding-left: 7px;
   background: transparent url(../images/layout/menu-icon-1.gif) no-repeat center left;
    color: #003366;
	text-decoration: none;
	font-weight: bold;
}

a.men:hover {
   padding-left: 7px;
   background: transparent url(../images/layout/menu-icon-1blue.gif) no-repeat center left;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a.men:active {
   padding-left: 7px;
   background: transparent url(../images/layout/menu-icon-1.gif) no-repeat center left;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

a.tone:link {
    outline: none;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;		
}
a.tone:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;		
}
a.tone:hover {
	text-decoration: none;
	color: #A7D7F3;
	font-weight: bold;
}
a.tone:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/*:focus
{
  -moz-outline-style: none;
}*/

.header {
	font-size: 16px;
	height: 90px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.topmenu {
	font-size: 14px;
	height: 20px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(../images/layout/topmenu.png);
	background-repeat: no-repeat;
}
.middle {
	font-size: 12px;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/layout/mainback.gif);
}
.footer {
	font-size: 10px;
	height: 15px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/layout/footer.gif);
	background-repeat: no-repeat;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #014D7B;
	margin: 0px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FF7F00;
	margin: 0px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	margin: 0px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	margin: 0px;
}
.mainmenu {
	font-size: 12px;
	color: #333333;
}
.menubackborder {
	background-color: #ededed;
}
.roundleftcorner {
	background-image: url(../images/layout/corner-left-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.small_text {

	font-size: 10px;
	color: #525556;
}
.text16px {
	font-size: 14px;
}
.greenbox {
	background-color: #A0F06C;
	padding: 10px;
	border: 2px dashed #238F03;
}
.titlebox {
	background-color: #F2F2F2;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.padimage {
	padding: 10px;
}

.padtable {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
