h1{
	font-size:25;
	font-family: Arial Narrow, Impact, Arial, Helvetica, sans-serif; 
	color:#999999;
	font-style: normal;  
	font-weight:normal;
	margin:10px 0px;
}

h2, h3 {
	font-size:14;
	font-family: Arial Narrow, Impact, Arial, Helvetica, sans-serif;
	color:#885533;
	font-style: bold; 
	margin-top: 15; 	
	margin-bottom:0; 
	font-weight:normal;
	text-transform: uppercase;
}

h4 {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 12px; 
	color: #333333;
	margin-top:5;
	margin-bottom:0;
}

h6{
	font-size:10;
	font-family:arial, helvetica, sans-serif; 
	color:#000066; 
	margin-top:0; 
	margin-bottom:0;
}


p, .ptext, li {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #555555;
	margin-top:10px;
}

li {
	margin:5px 0px;
}

.smallptext {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333333;
	margin-top:5;
	margin-bottom:15;
}

A:link {
	font-weight:bold;
	color:#885555; 
	text-decoration:none;
}

A:visited {
	font-weight:bold;
	color:#552222; 
	text-decoration:none;
}

A:hover {
	font-weight:bold;
	color:#992222; 
	text-decoration:underline;
}

.header {
	padding-bottom:2px;
}

.backgroundfade {
	background-image: url("images/page-bg-top.jpg");
	background-repeat: repeat-x;
	background-position: top left;
}

.mainpagebody {
	padding: 15px 30px;
}

.rightcontent {
	padding: 15px;
}

.tableborder {
	border:solid;
	border-style:solid;
	border-width:1px;
	border-color:#333333;
	padding:2px;
}

hr {
	margin:0; 
	height:1px; 
	width:99%; 
	text-align:center; 
	color:#666666
}

.photoborder {
	border:solid;
	border-style:solid;
	border-color:#333333;
	border-width:1px;
}

.copyrightline {
	font-size:10;
	font-family: verdana, helvetica, sans-serif; 
	color:#999999; 
	padding:10px 60px;
}

.copyrightline A:link { 
	color:#999999; 
	text-decoration: none
}

.copyrightline A:visited { 
	color:#999999; 
	text-decoration: none
}

.copyrightline A:hover { 
	color:#999999; 
	text-decoration: underline
}

ul {
	margin-top:0;
	margin-bottom:0;
	list-style:square;
}

blockquote {
	margin-left: 16; 
	margin-right:10;
}


