body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #15115B;
}

.container{
	margin-left: auto;
	margin-right: auto;
	width: 760px; 
}

.style10 {color: #FFFFFF; }

.style18 {color: #FFFFFF; font-size: x-small; }
.style19 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style20 {font-size: x-small}
.style22 {font-size: x-small; color: #000099; }
.style12 {color: #15115B}
.style14 {font-size: x-large; color: #15115B;}

.menu_link a{
	color: #fff;
}

.menu_link a{
	text-decoration: none;
}

.menu_link a:hover{
	color: #FF0000;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #15115B;
}
p a{
	text-decoration: underline;
		color: #15115B;
}

p a:hover {
	text-decoration: none;
	color: #FF0000;
}

/* Styling for latest news - Note the UL tage has been identified with the class latest_news.
If you want to use other unordered lists on the site they should ignore this styling, as they do 
not have this class attached */

.latest_news
{
	margin: 0;
	padding: 5px 0 0 5px;
}

.latest_news li
{
	font-size: 0.8em;
	list-style: none;
}
.latest_news li a
{
	text-decoration: none;
}
.latest_news li a:hover
{
	background: #669999;
	color: #fff;
}

/* Styling for gallery function*/
#thumb_table{
	width: 760px;
}

#thumb_table td{
	background: #CCCCCC;
	text-align: center;
	padding: 2px;
	margin: 2px;
}

#thumb_table a img{
	border: none;
}

#pagination{
	margin: 5px;
}

#pagination a{
	padding: 2px 5px 2px 2px;
	color: #333333;
	font-size: 0.9em;
}

#pagination a:hover{
	background: #669999;
	color: #fff;
}
