body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #041C43;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #000099;
	text-decoration: none;
}

.input_radio {
	background: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	}

h1 {
	font-size: 16px;	
	margin: 0;
	padding: 0px;
	padding-bottom: 10px;
	display: block;
	border: 0px solid #DDDDDD;
	}

h2 {
	font-size: 12px;	
	margin: 0;
	padding: 2px;
	display: block;
	border: 1px solid #AAAAAA;
	background-color: #BBBBBB;
	margin-bottom: 10px;
	}

input, textarea, select {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 2px;
	}

form {
	margin: 0px;
	}

.headmenu, .headmenu:link, .headmenu:visited {
	color: #00ccff;
	font-weight: bold;
	font-size: 13px;
	background-image: url(images/separator1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding: 10px;
	font-family: Tahoma;
	text-transform: uppercase;
	}

.headmenu:hover {
	color: #FFFFFF;
	}

.buttonstyle {
	cursor: pointer;
	background-color: #000066;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #C9C4B8;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-weight: bold;
	}

.buttonstyle:hover {
	background-color: #0000BB;
	color: #FFFFFF;
	}

.menu {
	text-align: left;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	background-image: url(images/menu_bg.jpg);
	}

.menu2 td {
	color: white;
	}

.menu2 h2 {
	color: black;
	}

.menu a {
	color: #00ccff;
	display: block;
	margin-bottom: 2px;
	text-decoration: none;
	background-image: url(images/menuitem_bg.jpg);
	line-height: 29px;
	padding-left: 28px;
	font-family: Tahoma;
	font-size: 12px;
	}

.menu a:hover {
	color: white;
	}

.menu input {
	background-image: url(images/inputbg.jpg);
	width: 170px;
	height: 14px;
	border: 0px;
	margin: 0px;
	padding: 4px;
	color: white;
	}

.menu .buttonstyle {
	background: none;
	width: 170px;
	height: 20px;
	border: 0px;
	margin: 0px;
	padding: 4px;
	color: #00ccff;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	}

.menu .buttonstyle:hover {
	color: #FFFFFF;
	}

/* PICTURE */

.pic {
	background: url('shadow2.gif') no-repeat bottom right;
	margin: 0px 0px;
	padding: 0;
	position: relative;
}

.pic img {
	background-color: #000099;
	border: 1px solid #000000;
	margin: 2px;
	padding: 4px;
	position: relative;
	vertical-align: bottom;
}

.pic:hover img {
	background-color: #FF0000;
	border: 1px solid #000000;
	margin: 2px;
	padding: 4px;
	position: relative;	
	filter: alpha(Opacity=80);
	-moz-opacity: 0.7;
}
