body{
	background-image: url(images/back.jpg);
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.tablpad {
	padding-top: 10px;
	padding-bottom: 10px;
}
td {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link {
	color: #F4F4CF;
	text-decoration: underline;	
}
a:visited {
	color: #F4F4CF;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #F4F4CF;
	text-decoration: underline;
}

a.or {
	text-decoration: none;
	color: #F4F4CF;
	font-size:12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;

}
a.or:visited {
	color: #F4F4CF;
	text-decoration: none;
}
a.or:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a.or:active {
	color: #F4F4CF;
}
	
.title {
	font-size: 18px;
	color: #172B83;
	font-style: italic;
	font-weight: bold;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.white {
	color: #FFFFFF;
}
.titlewhite {

	font-size: 18px;
	color: #F4F4CF;
	font-style: italic;
	font-weight: bold;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.small {
	font-size: 10px;
}
.borderR {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-top-color: #F4F4CF;
	border-right-color: #F4F4CF;
	border-bottom-color: #F4F4CF;
	border-left-color: #F4F4CF;
}
.borderRL {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-top-color: #F4F4CF;
	border-right-color: #F4F4CF;
	border-bottom-color: #F4F4CF;
	border-left-color: #F4F4CF;
	border-left-style: dotted;
}
.border {
	border: 1px solid #7E4F09;
}
