/* --- Common site Styles ---------------------------------------------------------- */
body,
p,
td
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.0pt;
	color: #000000;
}

body {
	scrollbar-shadow-color: #cccccc;
	scrollbar-highlight-color: #cccccc;
	scrollbar-arrow-color: #cccccc;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	background-color: #000000;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-align:left;
	}

a:link,
a:visited,
a:active,
a:hover { 
	color: #000000;
}
a:hover { 
color: #FFFFFF;
text-decoration:underline;
}

li {
	list-style-image: url(../_images/bullet_square.gif);
}

#contentWrap
{
	margin-left:auto;
	margin-right:auto;
	width:760px;
	height:auto;
	text-align:left
}

.mainContent
{
line-height:15px;
background-color:#CCCCCC;
width:760px;
}

.indexContent
{
padding:15px 22px 15px 20px;
line-height:18px;
background-color:#FFFFFF;
}


.ptitle
{
background-image:url(../_images/bgrd_ptitle.gif);
background-repeat:repeat-x;
border-bottom:1px solid #ffffff;
}


/* ---------------  Footer  --------------------------*/

.footertext
{
background-color:#4D4556;
}
.footerText td
{
	color:#ffffff;
	font-size: 7pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.footerText a:link,
.footerText a:visited,
.footerText a:active
{
	color:#c0c0c0;
	text-decoration:none;
}

.footerText a:hover
{color:#FFFFFF;
}

.footerText a:hover
{
	color:#ffffff;
	text-decoration:underline;
}




/* Testing  -------------------------------------------------------------- */


.specialstyle
{
font-size: 8pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#999999;
} 
.specialstyle a:link,
.specialstyle a:visited,
.specialstyle a:active
{
text-decoration:underline
}

.specialstyle a:hover
{
color:#33FFFF
}



/* Forms  ------------------------------------------------------------------ */

.formText {
	font-size: 7pt;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
.formField {
	background-color: #EBEEE8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	padding:0 0 0 4px;
}
.formButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	background-color: #EBEEE8;
	padding: 0px;
	border: 1px solid #dddddd;
	color:#666666;
}
.required
{
	color:red;
	font-weight:bold;
	font-size:10pt;
}
