/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

a{
	color: #000000;
	text-decoration: none;
	font-family: "Apple LiGothic Medium", Arial, Helvetica;
	font-size: 12px;
}

a:link{
	color: #000000;
	font-family: "Apple LiGothic Medium", Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
}

a:visited{
	font-family: "Apple LiGothic Medium", Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	text-decoration: none;
}

a:hover{
	color: #999999;
	text-decoration: underline;
	font-family: "Apple LiGothic Medium", Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}

h1{
 font-family: Techno, Verdana, Helvetica;
 font-size: 120%;
 color: #004080;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Techno, Verdana, Helvetica;
 font-size: 114%;
 color: #0058A2;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Techno, Verdana, Helvetica;
 font-size: 100%;
 color: #004080;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Techno, Verdana, Helvetica;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Techno, Verdana, Helvetica;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: disc;
	list-style-position: inside;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


.mainTitle {
	font-family: "Apple LiGothic Medium", Arial, Helvetica;
	font-size: 36px;
	font-weight: bolder;
	color: #333333;
	cursor: hand;
}
label{
 font-family: Techno, Verdana, Helvetica;
 font-size: 100%;
 font-weight: bold;
 color: #004080;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
/*************** #Content Styles *******************/

#content{
	margin: 5px;
	padding: 5px;
	height: auto;
	width: 70%;
	background-color: #FFFFFF;
	border-top: thin inset #999999;
	border-right: thin none #999999;
	border-bottom: thin inset #999999;
	border-left: thin inset #999999;
	position: relative;
}
#adSpace{
	margin: 5px;
	padding: 5px;
	height: auto;
	width: 200px;
	background-color: #CCCCCC;
	border-top: thin inset #999999;
	border-right: thin inset #999999;
	border-bottom: thin inset #999999;
	border-left: thin none #999999;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	font-family: "Apple LiGothic Medium", Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	font-family: "Apple LiGothic Medium", Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	color: #CCCCCC;
	cursor: hand;
	text-decoration: none;
}

#sectionLinks a:hover{
	font-family: "Apple LiGothic Medium", Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #EEEEEE;
	cursor: hand;
	text-decoration: none;
}
#copyright {
	font-family: "Apple LiGothic Medium", Arial, Helvetica;
	font-size: 9px;
	font-weight: lighter;
	color: #666666;
}
.adBlock {
	background-color: #CCCCCC;
	margin: 2px;
	padding: 2px;
	height: 61px;
	width: 604px;
	border: thin ridge #999999;
}
.smallAdBlock {
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	width: 116px;
	border: thin ridge #999999;
}
.textAdBlock {
	background-color: #CCCCCC;
	margin: 4px;
	padding: 4px;
}
.firstCap {
	font-family: "Apple LiGothic Medium", Arial, Helvetica;
	font-size: xx-large;
}
.tabLink {
	font-family: "Apple LiGothic Medium", Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	cursor: hand;
}
.copyright {
	font-family: "Apple LiGothic Medium", Arial, Helvetica;
	font-size: 9px;
	font-weight: lighter;
	color: #666666;
}
.mainBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 3px;
	white-space: normal;
	color: #000000;
	position: relative;
	left: 3px;
}
.paramCode {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.SubTitle {
	font-family: "Apple LiGothic Medium", Arial, Helvetica;
	font-size: 16px;
	font-weight: bolder;
	color: #333333;
	cursor: auto;
}
.style1 {
	font-family: "Apple LiGothic Medium", Arial, Helvetica, "Lucida Handwriting";
	font-size: 12px;
}
.style2 {font-family: "Apple LiGothic Medium", Arial, Helvetica}