body,div,span,p,ul,li,td,th,input,select,textarea,button {font-family: helvetica, sans-serif; font-size: 12px;}
a.dark:link { color: #ffffff; text-decoration: underline}
a.dark:active { color: #00CCFF; text-decoration: none}
a.dark:visited { color: #ffffff; text-decoration: none}
a.dark:hover { color: #6699cc; text-decoration: underline}
a.dark2:link { color: #ffffff; text-decoration: none}
a.dark2:active { color: #00CCFF; text-decoration: none}
a.dark2:visited { color: #FFFFFF; text-decoration: none}
a.dark2:hover { color: #6699cc; text-decoration: none}
a.light:link { color: #000066; text-decoration: none}
a.light:active { color: #000066; text-decoration: none}
a.light:visited { color: #000066; text-decoration: none}
a.light:hover { color: #FF0000; text-decoration: underline}
a.light2:link { color: #0000FF; text-decoration: none}
a.light2:active { color: #0000FF; text-decoration: none}
a.light2:visited { color: #0000FF; text-decoration: none}
a.light2:hover { color: #0000FF; text-decoration: underline}
a.light3:link { color: red; text-decoration: none}
a.light3:active { color: red; text-decoration: none}
a.light3:visited { color: red; text-decoration: none}
a.light3:hover { color: red; text-decoration: underline}
a.dark3:link { color: #ffffff; text-decoration: none}
a.dark3:active { color: #ffffff; text-decoration: none}
a.dark3:visited { color: #ffffff; text-decoration: none}
a.dark3:hover { color: #ffffff; text-decoration: none}
a.dark4:link { color: #ffff00; text-decoration: none}
a.dark4:active { color: #ffff00; text-decoration: none}
a.dark4:visited { color: #ffff00; text-decoration: none}
a.dark4:hover { color: #6699cc; text-decoration: none}
.withborder {
        border-style: solid;
        border-width: 1px;        /* sets border width on top and left side only */
        border-color: #003366;
	border-bottom: none;
	border-right: none;
	padding: 3px;
		      }
.withborder2 {
        border-style: solid;
        border-width: 1px;        /* sets border width on all sides except left */
        border-color: #000066;
	border-left: none;
	padding: 2px;
		      }			  
.withborder3 {
        border-style: solid;
        border-width: 1px;        /* sets border width on all sides */
        border-color: #003366;
	padding: 3px;
	background-color: #99ccff;
		      }		
.withborder4 {
        border-style: solid;
        border-width: 1px;        /* sets border on top and right */
        border-color: #003366;
	border-left: none;
	border-bottom: none;
	padding: 3px;
		      }		
.withborder5 {
        border-style: solid;
        border-width: 1px;        /* sets border on top and bottom */
        border-color: #000066;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	padding: 3px;
	         }
.withborderwhite {
        border-style: solid;
        border-width: 1px;        /* sets border on top and bottom */
        border-color: #003366;
		border-right: none;
		border-bottom: none;
		padding: 2px	
		      }	
.withborder6 {
        border-style: solid;
        border-width: 1px;        /* sets border width on top and left side only */
        border-color: #003366;
	border-bottom: none;
	border-right: none;
	padding: 3px;
	background-color: #ffff99;
		      }			  
.colortext2 { color: 0000CD; font-weight: bold; }			  
.colortext { background-color: #ffd700; }
.darkbacktext { color: gold; padding: 1px; font-weight: bold; }
.darkbacktext2 { color: gold; } 
.container2 { padding: 5px 5px 5px 5px; }
.header4 { color: #000000; font-weight: bold; margin: 2px 2px 2px 2px; } 
.subheaderdark { color: #FFFFFF; font-weight: bold; padding: 2px 2px 2px 2px; }
