/* Body text. (td necessary for Netscape) */


body { 
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        background-color: #336699;
		background-image: url("pics/index_bkgrnd.gif");
		background-repeat: no-repeat;
		background-position: left top;
} 


body {
        margin: 0px;
}


td {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
}

.floatRight	{
			float: right;
			margin-left: 5px; margin-right: 3px; margin-top: 1px; margin-bottom: 1px;
			}
	
			
.floatLeft	{
						float: left;
						margin-left: 3px; margin-right: 5px; margin-top: 1px; margin-bottom: 1px;
			}


/* Links:
        unvisited default (blue)
        visited fawn
        active default
        hover default (none)
*/


A:link {
        color: #0000ff;
}
A:visited { 
        color: #666666;
}
A:active {
}
A:hover {
}


/* Links that won't change color when visited */


.novisited A:visited { 
        color: #0000ff;
}


/* navbar */


.navbar {
        font-size: 11px;
        color: #ffffff;
        font-weight: bold;
        /* background-image: url(pics/suntop.gif); background-repeat: no-repeat; */
}


/* navbar links: 
        unvisited white
        visited white
        active default
        hover fawn
*/


.navbar A:link {
        color: #ffffff;
}
.navbar A:visited {
        color: #ffffff;
}
.navbar A:active {
}
.navbar A:hover {
        color: #cc9966;
}


.heading {
        font-size: 16px; 
        font-weight: bold;
}
.caption {
        font-size: 14px; 
        font-weight: bold;
}

.smalltext {
					font-family: Tahoma, Arial, Helvetica, sans-serif;
					font-size: 9px;
}


.copyright {
        font-size: 9px;
        color: #ffffff;
}


.copyright A:link {
        color: #ffffff;
}
.copyright A:visited {
        color: #ffffff;
}
.copyright A:active {
}
.copyright A:hover {
}


.sting {
				color: #cc9966;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 21px;
				font-weight: bold;
}

/* Styles for message board */


.qcomment {
        font-size: 75%;
}
.qerror {
        color: #ff0000;
        font-weight: bold;
}
.qsubject {
        font-size: 13px;
        font-weight: bold;
} 
