/* CSS Document */

html, body {
background-color:#686c6e;
margin-top:0;
margin-bottom:1px;
height: 100%;
}
div#test {height: 100%;}

tr,td { font-family: arial, sans-serif; font-size:12px; color:#333333;text-align:left;}
p {margin-top:0;}

.content { font-family: arial, sans-serif; font-size:12px; color:#333333;}
.smallcontent {font-family: arial, sans-serif; font-size:11px; color:#333333;}
.titling {
	font-family: arial, sans-serif;
	font-size:20px;
	color:#022e42;
	font-weight:bold;
	background-color: #FFFFFF;
}
.subtitling {
	font-family: arial, sans-serif;
	font-size:15px;
	color:#022e42;
	font-weight:bold;
	background-color: #FFFFFF;
}
.bold .content {
	font-family: arial, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	background-color: #FFFFFF;
}
.italic {font-family: arial, sans-serif; font-size:12px; color:#333333; font-weight:normal;font-style: italic;}
.bottommenu {font-family: helvetica, sans-serif;font-size:10px;	color: #9ebad9;	text-align: center;	background-color: #FFFFFF;}
.footer {font-family: Helvetica, sans-serif;font-size:10px;	color:#313131;	font-weight:normal;	font-style: normal;	text-align: center;}
.right {
	text-align: right;
}

a:link { color: #448cc4; background: transparent; text-decoration: underline; }
a:visited { color: #448cc4; background: transparent; text-decoration: underline; }
a:active { color: #448cc4; background: transparent; text-decoration: underline; }
a:hover { color: #448cc4; background: transparent; text-decoration: underline; }

.bottom a:link { font-family: helvetica, sans-serif;font-size:10px; color: #9ebad9; background: transparent; text-decoration: none; text-align: center;}
.bottom a:visited { font-family: helvetica, sans-serif;font-size:10px; color: #9ebad9; background: transparent; text-decoration: none; text-align: center;}
.bottom a:active {font-family: helvetica, sans-serif;font-size:10px;color: #9ebad9;	background: #FFFFFF;text-decoration: underline;	text-align: center;}
.bottom a:hover {font-family: helvetica, sans-serif;font-size:10px; color: #9ebad9; background: transparent; text-decoration: underline;text-align: center; }

.bgwhite {	background-color:#ffffff;}
.bgtable {background-color:#ffffff;
	background-image:  url(images/bg-main.gif);
	background-repeat: repeat-y; }
.bgmenu {background-color:#ffffff;
	background-image:  url(images/menu-bg.gif);
	background-repeat: repeat-x; }
.bgdash{background-color:#ffffff;
	background-image:  url(images/bg-dash.gif);
	background-repeat: repeat-y; }

.bgblack {	background-color:#000000;}
.horitzonalline { border-bottom-width: thin; border-bottom-style: dashed; border-bottom-color: #999999; }


form {
	padding: 0;
	margin: 0;
}
	
table.line { border: 2px solid #e2e2e2; }

/**************** menu coding *****************/

.right {
	text-align: right;
}
#dropmenudiv{
position:absolute;
border:1px solid #4186b7;
border-bottom-width: 1o;
font:normal 11px arial;
background-color: #4792C7;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
color:#ffffff;
display: block;
text-indent: 0px;
border-bottom: 1px solid #4186b7;
padding: 3px 3px 0;
text-decoration: none;
font-weight: bold;
background-color: #4792C7;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #E01F2D;
border-color:#4186b7;
}
