body {
	background-image: url(images/rays.jpg);
	background-repeat: repeat;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #0A49AF;
	line-height: 14pt;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #999966;
}
h2 {
	font-size: 14px;
	color: #0099ff;
}
h3 {
	font-size: 12px;
	color: #0A49AF;
}
a:link {
	color: #33cccc;
}

a:visited {
  color: #33cccc;
}

a:hover {
	text-decoration: none;
	color: #0099ff;
}

a:active {
	color: #33cccc;
}

a.nav {
	color: #0DEEF0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

a.nav:visited {
	color: #0DEEF0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

a.nav:hover {
	color: #07A1FB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
a.nav:active {
	color: #0DEEF0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.navbar {
	background-color: #392D7A;
	background-image: url(images/navbarbkd.jpg);
	background-repeat: repeat-x;
}

.content1 {
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 40px;
}
.browntext {
	color: #999966;
}
.imgleft {
	padding: 3px;
	margin-right: 20px;
	margin-bottom: 5px;
	border: 1px solid #d3d3d3;
}
.imgright {

	padding: 3px;
	border: 1px solid #d3d3d3;
}
.dottedline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
