/* Default styles */

body {
	font-family : Arial, sans-serif;
	background-color : #FFFFFF;
	margin : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-size : x-small;	
}

td {
	font-size : x-small;
}

ul {
	list-style-type : square;
}

h1 {
	font-family: Arial;
	color: #666666;
	font-size : 14pt;
	font-weight : bold;
	line-height : 100%;
	margin-bottom : 5px;
	padding-top : 12px;
}

h2 {
	font-size : 12pt;
	color: #800000;
	font-weight : bold;
	line-height : 100%;
	margin-bottom : 5px;
	margin-top : 15px;
}

h3 {
	font-size : 12pt;
	color: #000000;
	font-weight : bold;
	line-height : 120%;
	margin-bottom : 5px;
	margin-top : 15px;
}

h4 {
	font-size : 10pt;
	color: #800000;
	font-weight : bold;
	line-height : 90%;
	margin-bottom : 5px;
	margin-top : 15px;
}

p {
	font-family : Arial, sans-serif;
}

/* Link Styles */

a {color:#993300}
a:visited {color:#333333}
a:active {color: #333333}
a:hover {color: #cc9900}

a.button {color:#993300;font-weight:bold; text-decoration:none}
a.button:visited {color:#993300}
a.button:active {color: #993300}
a.button:hover {color: #cc9900}

a.navLink{
  text-decoration: none;
  color: #FFFFFF;
  font-family: "Arial",sans-serif;
  font-size: 9pt;
  font-weight:bold; }
a.navLink:visited{
  text-decoration: none;
  color: #FFFFFF;
  font-family: "Arial",sans-serif;
  font-size: 9pt; }
a.navLink:hover{
  text-decoration: underline;
  color: #ffcc66;
  font-family: "Arial",sans-serif;
  font-size: 9pt;
 }
  

.content {
	font-family: Arial, sans-serif;
	padding-left:20px;
	padding-right:20px;
	}