<!--

BODY { 
	margin:0 auto 0 auto;
	width:750px;
	text-align:left; /* Required for Internet Explorer */
	padding:0px; /* Required for Opera */
	background-color: #333;
}

body, div, td, th, h2, h3, h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


#container {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:8pt;
}

#leftnav {
	background: #CC3333;
	text-align: left;
	vertical-align: top;
	margin: 0 0 0 0;
	width: 140px;
}

#rightnav {
	background: #FFF;
	text-align: center;
	vertical-align: top;
	margin: 0 0 0 0;
	width: 140px;
}

#content {
	text-align: left;
	vertical-align: top;
	background: #FFFFCC;
	width: 470px;
}

.section {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000;
	padding: 10px;
}

.graycell {
	background: #333333;
}

.footer { 
	text-decoration: none; 
	color: #FFF; 
	font-size: 10px; 
	font-weight: normal;
	background: #666;
	text-align: center;
}

A.footer:link, A.footer:visited, A.footer:active { 
	text-decoration: none; 
	color: #FFF; 
	font-size: 10px; 
	font-weight: normal;
}

A.footer:hover { 
	text-decoration: underline; 
	color: #FFFFCC; 
	font-size: 10px; 
	font-weight: normal;
}

h1 { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#CC3333;
	font-size: 150%;
	font-weight: bold;
}

h2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#FFF;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #666;
	margin: 0;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	background: #CC3333;
	font-weight: strong;
}

A.hide:link, A.hide:visited, A.hide:active, A.hide:hover { 
	text-decoration: none; 
	color: #333; 
	font-size: 8pt; 
	font-weight: normal;
}


A:link, A:active { 
	text-decoration: underline; 
	color: #CC3333; 
	font-size: 8pt; 
	font-weight: normal; }

A:visited { 
	text-decoration: none; 
	color: #990000; 
	font-size: 8pt; 
	font-weight: normal; 
}

A:hover { 
	text-decoration: none; 
	color: #66CCCC; 
	font-size: 8pt; 
	font-weight: normal; 
}

.pictures {
	text-align: center;
	vertical-align: top;
	width: 142px;
	background-image: url(../images/bg_pictures.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 20px;
}

.picturebg {
	background-image: url(../images/bg_pictures.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 142px;
}

-->