/*Common*/

html, body {
	font-size: 10pt;
    font-family: Helvetica, Arial, sans-serif;
    color:#CCCCCC;
	background-color:#FFFFFF;
	background-image: url(../img/bg.jpg);
	background-repeat:repeat;
	margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
	padding: 0;
	border: none;
    scrollbar-darkshadow-color:#444444;
    scrollbar-3dlight-color:#444444;
    scrollbar-arrow-color:#CCCCCC;
    scrollbar-track-color:#CCCCCC;
    scrollbar-face-color:#FFFFFF;
}
A:link {text-decoration: none; color: #CCCCCC;}
A:visited {text-decoration: none; color: #CCCCCC;}
A:active {text-decoration: none; color: #CCCCCC;}
A:hover {text-decoration: underline; color: #999999;}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24pt;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-top:20px;	
}
h2 { 
	font-size: 10pt;
    font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	margin-bottom: 0px;	
}

.bold
{
    font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
    color: #222222;
}
.links {
    font-size: 7.5pt;
	color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
}
.links a:link {
	color: #ffffff;
	text-decoration: none;
}
.links a:visited {
	color: #ffffff;
	text-decoration: none;
}
.links a:hover { 
	color: #ffffff;
	text-decoration: underline; 
}
.links a:active {
	color: #ffffff;
	text-decoration: none;
}

/*Table Properties*/

#banner-box {
    background-color: none;
	margin: auto;
	text-align: left;
	width: 850px;
	height: 150px;
	padding: 0px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:#CCCCCC;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#CCCCCC;
	border-right-width:1px;
}
#ad-box {
    background-color: #CCCCCC;
	margin: auto;
	text-align: left;
	width: 850px;
	height: 90px;
	padding: 5px;
}
#content-box {
    background-color: none;
	margin: auto;
	text-align: left;
	width: 850px;
	height:auto;
	padding: 5px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:#CCCCCC;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#CCCCCC;
	border-right-width:1px;
}