body
{
	font-family: "Trebuchet MS", Sans-Serif;
    font-size: 12px;
    color:#333333;
}

.bodystyle {
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 12px;
}
.Intro 
{
	font-family: "Trebuchet MS", Sans-Serif;
    font-size: 15px;
    }

.footer {
	font-size: 11px;
	color: #666666;
}
a.footer {text-decoration:none;}
a.footer:hover {color:#000000;}

.navLinks
{
    color:#cc9999;
    font-size:14px;}
    
.navLinks:hover {
    color:#871c1c;
}

.navLinks:visited {
    color:#cc9999;
}

.navLinks:visited:hover {
    color:#871c1c;
}
.navLinks:active
{
    text-decoration:underline;}
 
 /*   
.docLinks
{
    color:#871c1c;
    text-decoration:none;
    }
    
.docLinks:hover {
   text-decoration:underline;
}

.docLinks:visited {
    color:#871c1c;
}
*/

/* Styles for the forms page  */
#forms {
	text-align: left;
	padding-top: 12px;
	width:98%;
}

#forms ul
{
 	margin-bottom: 0px;
 	margin-left: 5px;
	list-style-type: none;   
}


#forms li
{
	background-image: url(../images/designElements/dot.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	padding-left: 13px;
	margin-bottom: 3px;
    color:#871c1c;
}

#forms ul ul li
{
    background-image: url(../images/designElements/dot.gif);
    background-repeat: no-repeat;
	background-position: 2px 5px;
	padding-left: 10px;
	margin-bottom: 3px;  
	margin-left: 15px;      
}

#forms ul ul ul li
{
    background-image: url(../images/designElements/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	padding-left: 10px;
	margin-bottom: 3px;
	margin-left: 10px;    
}

#forms a, a:vistited
{
    color:#871c1c;
    text-decoration:none;
}

#forms a:hover
{
    text-decoration:underline;
}

