body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #666666;
	background-color: #fff;
	margin: 0px;
	}
#intro {
	font-size: 11px;
	margin: 5px 0px;
	color: #999999;
}

.Pad a {
	text-decoration: none;
	color: #666666;
}
.Pad a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #CCCCCC;
}

a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:20px; left:-25px; padding:5px; font-weight:normal; color:#000; border:1px solid #888; background:#FFFFFF; width:150px;}
a.tooltip:hover b em {position:absolute; left:20px; top:-6px; width:11px; height:6px; background:#fff url(images/tip.gif) 0 0; display:block; font-size:1px;}	
.current {
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	color: #FFFFFF;
	background: #CCCCCC;
}

#nav {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: #CCCCCC;
}
#nav a{
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	color: #999999;
}
#nav a:hover{
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	color: #FFFFFF;
	background: #CCCCCC;
}

	
.justpurple {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #666666;
}
a.justpurple:link, a.justpurple:visited, a.justpurple:active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	text-decoration:none;
	margin-right: 10px;
}
a.justpurple:hover { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:10px; color:#333333; text-decoration:underline}

/*FORM*/
.cssform p{
	width: 310px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed #CCCCCC;
	height: 1%;
}
.Pad h1 {
	font-size: 24px;
	color: #999999;
}



.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.Pad {
	margin-left: 300px;
	margin-top: 35px;
	margin-bottom: 30px;
}


.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
#info a{
	font: bolder 20px Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: top;
	color: #D6D6D6;
	margin: 0px;
	padding: 0px;
	height: 39px;
	text-decoration: none;
}
#info a:hover{
	color: #999999;
	
}
.close {
	font-weight: bold;
	color: #999999;
}
