/* Internapse -- CSS Document
Copyright 2001 - 2007 -- Internapse */

.heading {
font-family: verdana, arial, sans-serif;
color: #000000;
font-size: 17px;
font-weight: bold;
}

body, table {
font-family: verdana, arial, sans-serif;
color: #000000;
font-size: 12px;
background-image: url('img/background.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
}

.content {
font-family: verdana, arial, sans-serif;
color: #000000;
font-size: 13px;
}

.content2 {
font-family: verdana, arial, sans-serif;
color: #000000;
font-size: 12px;
}

A {
color:#3A5D87;
}

A:hover {
color:#74BAFF;
text-decoration: none;
}

table.news {
	border-width: 0px;
	border-spacing: 10px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.news th {
	border-width: 1px;
	padding: 10px;
	border-style: outset;
	border-color: rgb(58, 93, 135);
	background-color: white;
	-moz-border-radius: 6px;
}
table.news td {
	border-width: 1px;
	padding: 10px;
	border-style: outset;
	border-color: rgb(58, 93, 135);
	background-color: white;
	-moz-border-radius: 6px;
}