
html, body
{
    margin: 0;
    padding: 0;
}

body
{
	background-color: #CCCCCC;
}

body, td, th, div, a, font, h1, h2, h3, h4, h5, p, li, dt, dd, input, form, textarea, button, select, option
{
	color: #282828;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
}

input, textarea, button, select, option
{
	color: #5A5A5A;
}

form
{
	margin: 0;
	padding: 0;
}

ul
{
	margin: 0 0 10px 0;
	padding: 0;
}

li
{
	margin: 0 0 4px 18px;
	padding: 0;
}

h1, h2, h3, h4, h5
{
	margin: 0;
}

h1
{
	border-bottom: 1px dashed #787878;
	font-size: 18px;
	margin-bottom: 15px;
}

h2
{
	border-bottom: 1px dashed #787878;
	font-size: 15px;
	margin-bottom: 10px;
}

h3
{
	border-bottom: 1px dashed #B4B4B4;
	font-weight: bold;
	margin-bottom: 4px;
}

a
{
    color: #326ABE;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.button
{
	background-color:#BDBFC3;
	cursor:pointer;
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
}

.field
{
	background-color:#FFFFFF;
}

img
{
	border:0;
}

img.framed
{
	border: 2px solid #678BC1;
	padding: 1px;
}

hr
{
	border:0px;
	background-color:#AAAAAA;
	color:#AAAAAA;
	height:1px;
}

span.h
{
	font-family:Helvetica;
	font-size:10px;
}

a.nav
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
}

a.nav:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

a.subnav
{
	color:#000000;
	font-family:Helvetica;
	font-size:10px;
	line-height: 100%;
}

a.subnav:hover
{
	color:#3F4A8B;
	text-decoration:none;
}

a.menu
{
    background-color: white;
    display: block;
    /*color: red;*/
    padding: 3px 5px;
    width: 210px;
}

a.menuActive
{
    background-color: #567496;
    color: white;
    display: block;
    text-decoration: none;
    padding: 3px 5px;
    width: 210px;
}

a.menu:hover
{
    background-color: #859EBB;
    color: white;
    text-decoration: none;
}

td.w
{
	background-color:#FFFFFF;
}

td.nav
{
	cursor:pointer;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	width:33%;
}

td.div
{
	color:#65686D;
	cursor:default;
	width:1px;
}

td.box_content
{
	background-image:url('../images/layout/fadebg.jpg');
	border:1px solid #AAAAAA;
}

td.box_right
{
	background-image:url('../images/shadow/r.gif');
}

td.box_arrow
{
	background-color:#F2F2F2;
	border-left:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	padding-top:3px;
	padding-bottom:3px;
}

td.box_title
{
	background-color:#F2F2F2;
	border-right:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	font-family:Helvetica;
	font-size:10px;
	padding-top:3px;
	padding-right:4px;
	padding-bottom:3px;
}

td.box_bottom
{
	background-image:url('../images/shadow/b.gif');
}
