<!--

BODY{
        color: #000000;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: x-small;
        font-style: normal;
        background: #E7E7E7;
        
        /*
        scrollbar-arrow-color: #01295D;
        scrollbar-track-color: #EEEEFF;
        scrollbar-shadow-color: #000000;
        scrollbar-face-color: #CCCCFF;
        scrollbar-highlight-color: #FFFFFF;
        scrollbar-darkshadow-color: #000000;
        scrollbar-3dlight-color: #000000;
        */
}
.window {
	border: 1px solid #01295D;
	
}
TD.window {
	font-size: 12px;
}
/*
TH.window {
        font-size: 14px;
	
}
*/
TD.login {
        font-size: 12px;
        
}
.button {
    	font-size: 10pt;
    	font-family: Arial, courier;
    	font-weight: bold;
    	text-decoration: none;
    	color: black;
}

.post {
	font-size: 12px;
}

A:hover.button { 
	color: black;
}

A:link { 
	color: #000000; 
}
A:visited { 
	color: #000000; 
}
A:active { 
	color: #000000; 
}
A:hover { 
	color: #990000;
	text-decoration: underline;
}
.subtext {
	font-size: 10px;
}
.smalltext {
	font-size: 10px;
}
A.smalllink {
	font-size: 10px;
	text-decoration: none;
}

.size12 {
	font-size: 12px;
	color: #01295D;
}
.size14 {
	font-size: 14px
}


SELECT.small {
	background-color: #01295D; 
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px
}
INPUT.small {
	background-color: #01295D; 
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px
}
TEXTAREA.small {
	background-color: #01295D; 
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px
}
OPTION.small {
	background-color: #01295D; 
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px
}
FORM.small {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px
}

.quote {
	font-family: Verdana;	
	font-size: 12px;
}
.code {
  	font-family: courier;
}








-->