td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001357;
}

.border {
	border: 1px solid #000000;
}

.headings {
	font-size: 18px;
	font-weight: bold;
	color: 001357;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	line-height: normal;
}

.background {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}

.imagecaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: 001357;
	font-style: italic;
}

ul{
	font-size: 12px;
	color: #001357;
}

.backgroundCopy {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.headingsCopy {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

a {
	text-decoration:none;
}

a:hover {
	color:4774CF;
}

/* Added by shane */

table input, select, option, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #CCCCCC;
	border: #000000 solid 1px
}

a img {
	border: #666666 solid 1px; color: #000000;
}

a.two:link { color: #000000; text-decoration: none; }
a.two:visited { color: #000000; text-decoration: none; }
a.two:active { color: #000000; text-decoration: none; }
a.two:hover { color: #000000; text-decoration: underline; }