/* Default styles */

body {
	font-family : Trebuchet MS, sans-serif;
	background-color : #c2c291;
	margin : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-size : x-small;	
}

td {
	font-family : Trebuchet MS, sans-serif;
	font-size : x-small;
}

ul {
	list-style-type : square;
}

h1 {
	font-family: Trebuchet MS;
	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:#990000}
a:visited {color:#333333}
a:active {color: #333333}
a:hover {color: #cc9900}

a.black {color:#000000;font-weight:bold; text-decoration:none}
a.black:visited {color:#000000}
a.black:active {color: #990000}
a.black:hover {color: #990000}
  

.content {
	font-family: Arial, sans-serif;
	padding-left:20px;
	padding-right:20px;
	}
