/*
 * Copyright 1999/2006 by David Killingsworth, Tux Studios
 *
 * Innovative Therapies, Inc. Gulfort, MS.
 *
 * CVS Info: $Id: innovativetherapies.css,v 1.01 2006/11/28 13:35:59 marie Exp $
 * $Author: forestgreen
 *
 */

/*
a:hover{
	text-decoration: underline;
	color: blue;
	font-size: 16px;
	font-weight: bold;
}
*/
A {
	text-decoration: none;
	color: bisque;
	font-size: 14px;
	font-weight: bold;
}

/*
A:link {
	color: blue;
	font-size: 12px;
	font-weight: bold;
}

A:visited {
	color: blue;
	font-size: 12px;
	font-weight: bold;
}

A:active {
	color: yellow;
}
*/

.nodeco {
	text-decoration: none;
	color: lightgray;
	font-size: 12px;
}

.warn {
	font-weight: bold;
	color: yellow;
}

/* paragraph of page */
.text0 {
	color: bisque;
	font-size: 13px;
        font-family: arial, Georgia, sans-serif;
/*	font-weight: bold; */
}

.text1 {
	color: bisque;
	font-size: 13px;
        font-family: arial, Georgia, sans-serif;
	font-weight: bold; 
}

.text2 {
        color: #F6C67B;
        font-weight: bold;
        font-size: 14px;
}

.lefttitle {
        color: #F6C67B;
        font-weight: bold;
        font-size: 14px;
}

.centertitle {
        color: lightgray;
        font-weight: bold;
        font-size: 14px;
}

.righttitle {
        color: bisque;
        font-weight: bold;
        font-size: 14px;
}

TD.address {
        color: bisque;
        font-size: 13px;
        font-family: arial, Georgia, sans-serif; 
}

BODY {
	background: #151972;
	color:  bisque;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
}

SELECT {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #800000;
}

.footernote {
        color: navajowhite;
        font-size: 10px;
    font-family: arial, Georgia, sans-serif;
}

/* EOF */


