﻿/* CSS Document */

a {
	font-size: 12px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
    color: #ffffff;
	text-decoration: none;
}
a:visited {
    color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #6699cc;
	font-weight: bold;
}

a:active {
	text-decoration: none;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #754C24;
	line-height: 14px;
}

body {
	background-image: url('../images/04.jpg');
	background-repeat: repeat;
}

.heading {
font-size: 18px;
font-family: Georgia, Times New Roman, Times, Serif;
font-style:bold;
color: #754C24;
line-height: normal;
}

.subhead {
font-size: 13px;
font-family: Georgia, Times New Roman, Times, Serif;
font-weight: bold;
color: #754C24;
line-height:normal;
}