.large-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 56px;
	font-weight: lighter;
	color: #333333;
}
.small-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
}
.medium-title {
	font-size: 36px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:focus {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC0000;
}
.copyright {
color:#999999;
	font-size: 10px;
	font-weight: bold;
}
form {
	font-weight: bold;
	font-size: 12px;
}
.formfields {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
}
.error {
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase;
	color: #FF0000;
	text-decoration: blink;
}
.form-titles {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.image{
border:1px;
border-thickness: 1px;
border-color:#666666;
border-style:solid;
}
a:link .image,
a:visited .image {
border:1px;
border-thickness: 1px;
border-color:#666666;
border-style:solid;
}
a:focus .image,
a:hover .image {
border:1px
border-thickness: 1px;
border-color:#CC0000;
border-style:solid;
}
.bold {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.navtits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	text-transform: none;
	color: #ffffff;
}
a:link .navtits,
a:visited .navtits,
a:active .navtits {
	text-decoration: none;
	color: #FFFFFF;
}
.left_frame_border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
.background {
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.backgroundright {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.backgroundleft {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.backgroundrightonly {
	padding: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.backgroundtopbottom {
	padding: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
