@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bkg.jpg);
	background-color:#f6f6d5;
}

td img {display: block;}

hr {
	width: 600px;
	height: 1px;
	color:#666666;
	background-color:#666666;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
	border: none;
	}

/* FONT STYLES  */

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	color: #191919;
	font-weight:normal;
	}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	color: #7A75C2;
	font-weight:bold;
	}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height: 20px;
	margin: 0px 0px 5px 0px;
	color: #7A75C2;
	font-weight:bold;
	}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 20px;
	margin: 5px 0px 5px 0px;
	color: #7A75C2;
	font-weight:bold;
	}
li {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	color: #191919;
	}
#bodyList {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	color: #191919;
	font-weight:normal;
	list-style:outside;
	list-style-type:disc;
	}
	
.indentp {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height: 17px;
	margin: 0px 0px 10px 0px;
	color: #191919;
	font-weight:normal;
	}
	
/*  LINK STYLES  */

#content a:link, #content a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #191919;
	font-weight:bold;
	text-decoration:underline;
	}
#content a:hover, #content a:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #999999;
	font-weight:bold;
	text-decoration:none;
	}

a.small:link, a.small:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	text-decoration:underline;
	}
a.small:hover, a.small:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	text-decoration:none;
	}




/* MENU STYLES */
/*
#menu {
	width: 200px;
	margin: 0px;	
}*/
	/*height: 325px;*/

/*#menu p {
	margin: 0px;
	}
#menu p a {
  	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 30px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	}
#menu p a:link, #menu p a:visited {
	color: #333333;
	display: block;
	background: url(images/menu.gif);
	padding: 0px 0 0 16px;
	}
#menu p a:hover, #menu p a:active {
	color: #ffffff;
	background: url(images/menu.gif) 0 -30px;
	padding: 0px 0 0 16px;
	}
*/
