BODY {
	margin-top:0px; 
	margin-left:0px; 
	margin-right:0px; 
	margin-bottom:0px;
	scrollbar-face-color:#DEE3F1;
	scrollbar-arrow-color:#000099;
	scrollbar-track-color:#FFFFCC;
	scrollbar-shadow-color:#0000CC;
	scrollbar-highlight-color:#3333FF;
	scrollbar-3dlight-color:#8383FC;
	scrollbar-darkshadow-Color:#000099;
}

/* This sets the font for all tags*/
body, td, p, h1, h2, h3, h4, h5, h6, li, ul, ol, b, i {font-family: arial,helvetica,sans-serif; color:000080;}


/* Define sizes for all tags */
body {font-size: 12px;}
td {font-size: 12px;}
p {font-size: 12px;}
li {font-size: 12px;}
ul {font-size: 12px;}
ol {font-size: 12px;}


/* This (h4) will be the the standard H Selector for main headers for all pages */
h4 {font-size: 18px; color: #000099;}


/* This Class Selector gives the same appearance as the h4 Selector above, 
except it eliminates the padding that a h selector always forces */
.header {font-size:18px; font-weight:bold; color:#000099;}


/* Sub-heading */
.subh {font-size:14px; font-weight:bold; color:#000099;}


/* define sizes for other H tags */
h1 {font-size: 28px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h5 {font-size: 16px;}
h6 {font-size: 14px }


/* set fonts for form elements */
input	{font-family: arial,helvetica,sans-serif; font-size: 12px;}
select	{font-family: arial,helvetica,sans-serif; font-size: 12px;}
textarea {font-family: arial,helvetica,sans-serif; font-size: 12px;}


/* General color definitions */
.white      {color: #fcfcfc;}
.black      {color: #000000;}
.required   {color: #ff0000;}


/* classes to change font sizes */
.smallest   {font-size: 9px;}
.smaller    {font-size: 10px;}
.normal     {font-size: 12px;}
.larger     {font-size: 14px;}
.largest    {font-size: 16px;}

A{text-decoration:underline} A {color:#000099;} A:active {color:#000099;} A:hover {color:#7A7AB3;} 
A.n{text-decoration:none} A.n {color:#000099;} A.n:active {color:#000099;} A.n:hover {color:#7A7AB3;} 
A.z{text-decoration:none} A.z {color:#FFFFFF;} A.z:active {color:#FFFFFF;} A.z:hover {color:#C8C8E5;} 
A.z:hover {text-decoration:none;} A.z {font-family:Verdana, Arial, Helvetica, sans-serif;}
A.y{text-decoration:underline} A.y {color:#006600;} A.y:active {color:#333366;} A.y:hover {color:#0099cc;} 
A.y:hover {text-decoration:underline;} A.y {font-family:Verdana, Arial, Helvetica, sans-serif;}

/* This is an Anchor Class to define the Footer Text Navigation at the bottom of our website */
a.textnav {font-size: 10px; color: #629452; text-decoration: underline;}
a.textnav:link {color: #629452; text-decoration: underline;}
a.textnav:active {color: #629452; text-decoration: underline;}
a.textnav:visited {color: #629452; text-decoration: underline;}
a.textnav:hover {color: #000080; text-decoration: underline;}

/* This Class will be used for Input Buttons */
.btn {
    color: #ffffff;
    background: #0000CC;
    font-family: Arial,Lucida,Verdana,Helvetica;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #000099;
    border-right: 1px solid #000099;
    border-left: 1px solid #000099;
    border-top: 1px solid #000099;
    height:19px;
    text-decoration:none;
    cursor: hand
}