/* CSS Document */

body,td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#403f44;
	margin-top:0; 
	background-repeat:repeat-x;
	scrollbar-face-color: #777777; 
	scrollbar-shadow-color: #e7e7e7; 
	scrollbar-highlight-color: #e7e7e7; 
	scrollbar-3dlight-color: #e7e7e7; 
	scrollbar-darkshadow-color: #e7e7e7; 
	scrollbar-track-color: #e7e7e7; 
	scrollbar-arrow-color: #ffffff;
	margin-right:10px;
}

h1 {
	font-size:20px;
	font-weight:bold;
}

p {
	color:#000000;
	padding-right:12px;
}

.small {
	font-size:10px;
	color:#FF0000;
}

#wcoradio {
	background-image:url(images/wco-radio-repeat-x.jpg); 
	background-repeat:repeat-x;
}

.padding {
	padding-right:40px;
}

p.space {
	line-height:8px;
}


#left-content {
	background-image:url(images/content-left-repeat-y.jpg); 
	background-repeat:repeat-y; 
	padding-left:25px;
}

#right-frame {
	background-image:url(images/frame-right-repeat-y.jpg); 
	background-position:right; 
	background-repeat:repeat-y;
	padding-left:15px;
	padding-right:15px;
}

#bottomframe {
	background-image:url(images/frame-bottom.jpg); 
	background-position:center;
}

#nav {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(images/nav-repeat-x.jpg); 
	background-repeat:repeat-x; 
	position:relative; 
	padding-left:8px; 
	padding-top:5px;
}

#topframe {
	background-image:url(images/frame-top.jpg); 
	background-position:center;
}

a:link    {color: #ff0000; text-decoration: none;}
a:active  {color: #ff0000; text-decoration: none;}
a:visited {color: #ff0000; text-decoration: none;}
a:hover   {color: #ff0000; text-decoration: underline;}

.bold {
	font-weight:bold;
	color:#666666;
}

img {
	border-color:#000000;
}

.image200 {
	float:right; 
	width:230px; 
	border-style:solid; 
	border-width:1px; 
	margin-left:10px; 
	margin-bottom:10px;
	border-color:#CCCCCC;
}

.image150 {
	float:right; 
	width:180px; 
	border-style:solid; 
	border-color:#CCCCCC;
	border-width:1px; 
	margin-left:10px; 
	margin-bottom:10px;
}

table.tableborder {
	border-color:#CCCCCC; 
	border-style:dotted; 
	border-width:1px
}