html { height: 100%; }
body { 
	position:relative;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	font-family: Lucida Sans, Lucida, Arial, Helvetica;
	font-size: 15px;
	color:#666666;
	}

a { color:#C2202D; border-bottom: 1px dashed #C2202D; text-decoration:none; font-weight:bold; }
a:hover { text-decoration:none; font-weight:bold; border-bottom:1px solid #C2202D; }

img { border: none; }
a.img { color:#C2202D; border-none: text-decoration:none; font-weight:bold; }
a.img:link { color:#C2202D; border-none: text-decoration:none; font-weight:bold; }


#page {
	width:100%;
	padding:0px;
	margin: 0px;
}

#borders {
	width:800px;
	background-color:#CCCCCC;
	text-align:center;
	position: relative;
	margin: 0px;
	padding:0px;
}

#top {
	width:780px;
	height:263px;
	border-top: 10px solid #CCCCCC;	
}

#content {
	width:780px;
	background-image: url(/images/right.gif);
	text-align:left;
	
}

#bottom {
	width:780px;
	height:232px;
	border-bottom: 10px solid #CCCCCC;
}



.maintable {
	border:2px;
	border-color:#ffffff;
	border-style:dotted;
	margin-top: 30px;
	margin-bottom: 30px;

}


.txtmed	 {color: #4F3A60;	font-family: Arial, sans-serif;   font-size: 18px;	font-weight: bold;		text-decoration: none;}

.header {color: #4F3A60;	font-family: Arial, sans-serif;   font-size: 24px;	font-weight: bold;		text-decoration: none;}


a.big { color:#C2202D; border-bottom: 1px dashed #C2202D; text-decoration:none; font-weight:bold; font-family: Arial, sans-serif;	font-size: 14px;}
a.big:hover { text-decoration:none; font-weight:bold; border-bottom:1px solid #C2202D; font-family: Arial, sans-serif;	font-size: 14px;}


li{
	list-style: square;
	
}
