/* CSS Document */

html {
	margin: 0px; 
	padding: 0px;
	min-height:100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	min-height:100%;
	height:100%;
	font-size:100%;
	background-color: #F0F0F0;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	}
	
th {
	font-family: Arial, Helvetica, sans-serif;
	}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:1.3;
	}

ol {font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
ul {font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.whiteText {
	color: #FFFFFF;
}
.whiteText A:link {
	color: #FFFFFF;
	text-decoration:none;
}
.whiteText A:active {
	color: #FFFFFF;
	text-decoration:none;
}
.whiteText A:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.whiteText A:hover {
	color: #BBD9FF;
	text-decoration:underline;
}

table.general th {
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.general td {
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

div#container {
	/*position:relative;*/
	position:float;
	width:900px;
	/*height:400px;*/
	/*background-color:#00CCCC;*/
}

div#maincontent {
	position:relative;
	top:30px;
	left:20px;	
	width:840px;
	/*background-color:#304E74;*/
	z-index:1;
	}	
