/* fonts, colors */

body {
	margin:10px;
	padding: 0px;
	background-color: #c0c0c0;
}

img, table {
	border: 0px;
}

font, body, td, span, div, p, li, ul, h1, h2 { 
	font-family: Verdana, Arial, sans;
	font-size: 11px;
	color: #333333;
	line-height:15px;
}

p {
	margin: 12px 0px 0px 0px;
	padding: 0px;
}	

ul, li {
	list-style:outside none none;
	margin:0;
	padding:0;
	line-height:19px;
}	

a {
	color: #333333;
    text-decoration: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
    text-decoration: none;
}

a:hover {
    color: #777777;
	text-decoration: none;
}

.co_darkBorderWhite {
	background-color:#ffffff;
	border: solid 1px #333333;
}
	
.co_copyright {
	width:698px;
	font-size: 10px;
	color: #efefef;
	text-align:right;
	margin: 1px;
}	

.co_nonLink {
	color:#777777;
}	

.co_ruleDivLeft {
 	margin: 0px;
 	padding: 0px;
	height: 100%;
	border-right: dashed 1px #333333;
}

.co_logo {
	width:125px;
	height:22px;
}

h1.head {
	font-weight:bold;
	margin:0 0 12px 0;
}	