html, body {   
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin:0;
	padding:0;
	height:100%;
	border:none
}

.tableheight {
	height:100%;
}



#menu{
	background-color: #d77576;
	height: 25px;
	font-family: verdana, arial, sans-serif, Century Gothic;
	font-size: 13px;	
	color: #FFFFFF;
	font-weight:bold;
}
#menu a:link {color: #FFFFFF;text-decoration: none;}
#menu a:visited {color: #FFFFFF;text-decoration: none;}
#menu a:active {color: #FFFFFF;text-decoration: none; }
#menu a:hover {color: #a82c2c;text-decoration: none;}

.sidebox{	
	border:1px solid black;
	background-color:#FFFFFF;	
}

.sidetext{
	font-family: verdana, arial, sans-serif, Century Gothic;
	font-size: 11px;	
	color: #000000;
}
.sidetext a:link {color: #a82c2c;}
.sidetext a:visited {color: #a82c2c;}
.sidetext a:active {color: #a82c2c; }
.sidetext a:hover {color: #000000;text-decoration: none;}

.maincolor{
	font-weight:bold;
	font-family: verdana, arial, sans-serif, Century Gothic;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#a82c2c;
}

H1{
	font-weight:bold;
	font-family: verdana, arial, sans-serif, Century Gothic;
	font-size: 17px;
	color: #a82c2c;
	line-height: 17px
}

.topic2{
	font-weight:bold;
	font-family: verdana, arial, sans-serif, Century Gothic;
	font-size: 17px;
	color: #a82c2c;
	line-height: 25px
}

.text{
	font-family: verdana, arial, sans-serif, Century Gothic;
	font-size: 12px;
	color: #000000;
	line-height: 20px	
}
.subtopic{
	font-family: verdana, arial, sans-serif, Century Gothic;
	font-size: 13px;
	color: #D8676A;
	line-height: 20px	
}

  ul {list-style-type: square}

#footer{
	font-family: verdana, arial, sans-serif, Century Gothic;
	font-size: 9px;
	color: #C0C0C0;
}

