body
{
	font-size: 12px;
	font-family: Verdana;
	color: #600b33
}

table
{
    font-size: 12px;
}

A:visited
{
	font-weight: bold;
	font-size: 12px;
	color: #508597;
	font-family: Verdana;
	text-decoration: none;
}
A:link
{
	font-weight: bold;
	font-size: 12px;
	color: #508597;
	font-family: Verdana;
	text-decoration: none;
}
A:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #70c4e0;
	font-family: Verdana;
	text-decoration: underline;
}

.headline
{
	font-size: 14px;
	color: 162E6B;
}

.whiteborder
{
	
	border-right: #FDEBE8 1px solid;
	border-top: #FDEBE8 1px solid;
	border-left: #FDEBE8 1px solid;
	border-bottom: #FDEBE8 1px solid;

}

.title
{
	font-size: 28px;
	color: #0bb8ce;
	font-family: Verdana;
	font-variant: small-caps;
}
.copyright
{
	font-size: 8px;
	color: gray;
	font-family: Verdana;
	text-decoration: none;
}

.darklink
{
	font: Verdana;
	color: Blue;
}

.borderit img{
border: 1px solid #000000;
}

.borderit:hover img{
border: 1px solid #fdb424;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
border: 1px solid #000000;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
-moz-opacity: 0.85;
border: 1px solid #fdb424;
}

#youtube {
	background-image: url(images/youtube.jpg);
	background-repeat: no-repeat;

	width: 43px;
	height: 20px;
	border: 0px solid;
	padding: 2px;
	float: left;
}

#facebook {
	background-image: url(images/facebook.jpg);
	background-repeat: no-repeat;
	width: 53px;
	height: 20px;
	border: 0px solid;
	padding: 2px;	
	float: left;
}

#rss {
	background-image: url(images/rss.jpg);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	border: 0px solid;
	padding: 2px;
	float: left;
}

#feed {
	position: relative;
	top: 0px;
	left: 1135px;
}
