body, td {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #174A7C;
	margin: 0;
}
h3 {
	color: #0000A0;
}
a {
	color: #993333;
	font-weight: bold;
	TEXT-DECORATION: none;
}

a:hover {
	font-weight: bold;
	TEXT-DECORATION: underline;
}

td.stripe {background-image: url("../images/stripe.jpg"); 
	background-repeat: none; 
	background-position: 0% 0%;
	font-family: tahoma, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

a.white {
	font-family : tahoma, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	font-weight: bold;
	TEXT-DECORATION: none;
}

a.white:hover {
	font-family : tahoma, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	font-weight: bold;
	TEXT-DECORATION: underline;
}
#subMenu {
	margin: 4px 10px 0 0;
}
#subMenu a {
	font-family : tahoma, sans-serif;
	font-size : 12px;
	color : #0000A0;
	font-weight: bold;
	TEXT-DECORATION: none;
}
#subMenu a:hover {
	font-family : tahoma, sans-serif;
	font-size : 12px;
	color : #993333;
	font-weight: bold;
	TEXT-DECORATION: underline;
}
form { 
	display: inline; 
	font-size: 11;
} 

INPUT, TEXTAREA, SELECT {
    font-family: tahoma, sans-serif;
    font-size: 11px;
    color: #42505D;
    background: #FFFFFF;
    border: 1px solid #174A7C;
    width: auto;
}

INPUT.regular {
		border: none;
}


