/* CSS Document */


img {
	border: 1px solid #000000;}

td {

	vertical-align: middle;
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	
	}
	
b {
	font-weight: bold;
	font-color: #990033;}
	
	
html, body {
	margin: ;
	padding: ;
	border: ;
}
#main {
	margin: 20px;
	font-family: arial, helvetica, verdana;
	font-size: 10pt;

}
div.left {
	float: left;
	margin-right: 20px;
	width: 175px;
	height: 250px;
	margin-bottom: 30px;
}
div.left p {
	text-align: center;
}

div.center {
	width: 600px;
}

IMG.right {position: relative; right:-50}

a:link {
		color:#333333;
		font-size: 12px;
		font-weight: normal;
		text-decoration:underline}
		
a:visited {
		 color:#990033;
		font-size: 12px;
		font-weight: normal;
		text-decoration:underline}
		
a:hover {
		color:#990033; 
		font-size: 12px;
		font-weight: normal;
		text-decoration: underline}
		
p{
		color:#000000;
		font-size: 12px;
		font-weight: 300;
		text-decoration:none;}
