/***************************************************************************

cfta stylesheet

Last revised:Thu Jan 29 13:58:37 CST 2004

Use this to implement:
<link rel="stylesheet" href="index.css" />

*****************************************************************************/

body { 
 background-color: #ffffff;
 font-size: 12px;
 color: #000000;
 text-align:center;
 margin: 0;
 padding: 0;
 

}

body.iframe {
	scrollbar-3dlight-color: #D9CB71;
	scrollbar-track-color: #D9CB71;	
	scrollbar-darkshadow-color: #D9CB71;
	scrollbar-face-color: #D9CB71;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
}

a:link { 
 text-decoration: none;
 color: #AC8C35;
 font-size: 12px;
 font-weight: bold;
}

a:visited { 
 text-decoration: none;
 color: #8E52B1;
 font-size: 12px;
 font-weight: bold;
}


a:hover { 
 text-decoration: none;
 color: #81702A;
 font-size: 12px;
 font-weight: bold;
}

a:active { 
 text-decoration: none;
 color: #888888;
 font-size: 12px;
 font-weight: bold;
}

img.blackborder {
 border: solid 3px #000;
}

hr {
 width: 90%;
 background: #99CC33;
 color: #99CC33;
}

td {
	font-size: 12px;
	color: #000000;
}

table {
 padding: 0;
 spacing: 0;
 margin: 0;
}

pre {
 font-size: 12px;
 color: #000000;
 white-space: pre;
 text-indent: 0px;
}

h1 {
 font-size: 22px;
 font-weight: bold;
 color: #004FA3;
}

h2 {
 font-size: 18px;
 font-weight: bold;
 color: #004FA3;
}

p {
 font-size: 12px;
 color: #000000;
}

blockquote {
 font-size: 12px;
 font-style: italic;
 color: #000000;
}

p, blockquote, h1, h2, a, body, td, tr, pre {
	font-family: Trebuchet MS, Arial, sans-serif;
}

/*select {
	background-color: #FF0000;
	text-align: center;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}*/
