body {
background-image: url(background.jpg);
background-repeat: repeat-y;
background-attachment: fixed;
background-color: #4F6A7B;
color: #1A4058;
font-family: Tahoma;
font-size: 8pt;
scrollbar-face-color: #4F6A7B;
scrollbar-shadow-color:#4F6A7B;
scrollbar-3dlight-color:#4F6A7B;
scrollbar-arrow-color:#000000;
scrollbar-base-color:#4F6A7B;
scrollbar-track-color:#4F6A7B;
scrollbar-darkshadow-color:#4F6A7B;
scrollbar-highlight-color:#4F6A7B;
scrollbar-shadow-color:#4F6A7B;
}

.heading{
font-family: Tahoma;
font-weight: bold;
font-size: 10pt;
color: #FFFFFF;
text-align: right;
background-color: none;
border-top: none;
border-bottom: 1px #FFFFFF dotted;
border-right: none;
border-left: none;
padding: 3px;
}

.aheading{
font-family: Tahoma;
font-weight: bold;
font-size: 10pt;
color: #FFFFFF;
text-align: left;
background-color: none;
border-top: none;
border-bottom: 1px #FFFFFF dotted;
border-right: none;
border-left: none;
padding: 3px;
}

.mheading{
font-family: Tahoma;
font-weight: bold;
font-size: 10pt;
color: #FFFFFF;
text-align: left;
background-color: #4F6A7B;
border-top: 1px #FFFFFF solid;
border-bottom: 1px #FFFFFF solid;
border-right: 1px #FFFFFF solid;
border-left: 1px #FFFFFF solid;
padding: 3px;
}

.mcontent{
font-family: Tahoma;
font-size: 8pt;
border-top: 1px #FFFFFF solid;
border-bottom: 1px #FFFFFF solid;
border-right: 1px #FFFFFF solid;
border-left: 1px #FFFFFF solid;
text-align:justify;
padding: 3px;
}

.content{
font-family: Tahoma;
font-size: 8pt;
border-top: none;
border-bottom: none;
border-right: none;
border-left: none;
text-align:justify;
padding: 4px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	font-weight: none;
	color: #0A7ACC}


a:hover {color: #0A7ACC; text-decoration: none; text-transform:uppercase; font-weight: bold;}

input, textarea, option, select {
	background-color: transparent;
	font-family: Tahoma;	
	font-size: 8pt;
	color: #1A4058;
	letter-spacing: 1px;
	border: 1px solid #FFFFFF;
	padding:2px}