@charset "utf-8";
.footer {
	font-size: 10px
}

/* CSS Document */

/* hide from ie mac\*/
html,body { height:100.1% }
/*end hide */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content {
	line-height: 18px;
}
.homediv {
	margin: 20px;
}

h1 {
	font-size: 18px;
	color: #003366;
	margin-bottom: 34px;
}
.leftmenubg {
	background-image: url(../images/bg-subleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.leftdiv {
	line-height: 8px;
	margin-top: 40px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}

a:link{ color: #003366; text-decoration: underline; }
a:visited { color: #003366; text-decoration: underline; }
a:active { color: #4477aa; text-decoration: underline; }
a:hover { color: #4477aa; text-decoration: underline; }

.omenuoff a:link { color: #999999; text-decoration: none; }
.omenuoff a:visited { color: #999999; text-decoration: none; }
.omenuoff a:active { color: #999999; text-decoration: none; }
.omenuoff a:hover { color: #003366; text-decoration: underline; }

.omenuon a:link { color: #003366; text-decoration: underline; }
.omenuon a:visited { color: #003366; text-decoration: underline; }
.omenuon a:active { color: #003366; text-decoration: underline; }
.omenuon a:hover { color: #003366; text-decoration: underline; }



h2 {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	margin-top: 40px;
}

a.squarebutton{
background: transparent url('../images/square-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('../images/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
.leftdivtext {
	line-height: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 12px;
	margin-left: 12px;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
}

sup {
vertical-align: text-top;
font-size: 60%;
}