/* CSS Document */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 333333;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: 999999;
	}

h1 {
	font-style: italic;
	font-size: 1.7em;
	}
	
h2 {
	font-size: 1.4em;
	}
	
td {
	font-size: 12px;
	}
	
a:link	{
	color: #ff0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

a:visited	{
	color: #ff0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}


a:hover	{
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

a:active	{
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
	
#frame	{
	width: 720px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding:0px;
	background-color: cccccc;
	border-right: 1px;
	border-right-color: 333333;
	border-right-style: solid;
	border-bottom: 1px;
	border-bottom-color: 333333;
	border-bottom-style: solid;
	border-left: 1px;
	border-left-color: 333333;
	border-left-style: solid;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
	/* the workaround */
	/* moz 1.4 requires something in the content field */
#frame:after{
	content: "."; 
	display: block; 
	line-height: 1px; 
	font-size: 1px; 
	clear: both;
	}
	
#left {
	float:left;
	text-align:right;
	padding: 0px;
	width: 130px;
	font-size: 11px;
	}
#right {
	margin-left:140px;
	padding: 0px 10px 10px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	}
