@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
}
.img_right {
	float: right;
	margin-left: 5px;
	border: solid #000000 1px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center;
}
#bodybg {
	background-color: #F6F6F6;
	background-image: url(../images/assets/body_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #333333;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
h1 {
	font-size: 20px;
	color: #276DB4;
}
h2 {
	font-size: 12px;
	color: #333333;
}
.footer_desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}
a.footer_desc:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer_desc:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.footer_desc:hover {
	text-decoration: underline;
	color: #CC0000;
}
a.footer_desc:active {
	text-decoration: none;
	color: #FFFFFF;
}
.menuActuator a { 
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	font-family:arial;
}

.menu {
	font-family:verdana;
	color:#FFF;
	font-size:10px;
	background-color:#cccccc;
	layer-background-color:#cccccc;
}

td div {
/* this makes TDs a container with their own coordinate system.
 absolutely-positioned elements will be offset relative to them */
position:relative;
}
