/* CSS Document */

body {
	background: url(../images/transparency.gif) #000000;
	color:#FFFFFF;
	padding-top:0px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
}

p, ul, ol, td {
	font:12px "Century Gothic", Verdana, Arial, serif;
	letter-spacing:1px;
	line-height:15px;
}

p a:link, p a:visited, h3 a:link, h3 a:visited, ul a:link, ul a:visited {
	color:#b8bd6c;
	text-decoration:none;
	border-bottom:thin dotted #CCCCCC;
}

p a:hover, h3 a:hover, ul a:hover {
	color:white;
	text-decoration:none;
	border-bottom:thin dotted #CCCCCC;
}

a:link, a:visited  { 
	border-bottom:thin dotted #000;
}

a:hover { 
	border-bottom:thin dotted #ccc;
}

img, map, area {
	border:0px;
}

li {
	margin-bottom:15px;
}

h1 {
	font:16px "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#ce05a4;
	background:url(../images/sqbgpink.png) no-repeat left center;
	background-color:black;
	padding-left:30px;
	line-height:30px;
	border-bottom:#ce05a4 1px dotted;
	border-top:#ce05a4 1px dotted;
}

h2 {
	color:#b8bd6c;
	text-transform:uppercase;
	font:14px "Times New Roman", Times, serif;
	background:url(../images/sqbggreen.png) no-repeat left center;
	padding-left:30px;
	line-height:30px;
	border-bottom:#333 1px dotted;
	border-top:#333 1px dotted;
	margin-bottom:15px;
	margin-top:15px;
}
h3 {
	color:#97708f;
	font: 13px "Century Gothic", Verdana, Arial, serif;
	text-transform:uppercase;
	margin-bottom:10px;
	margin-top:10px;
}