/* Body */
BODY {
	margin: 10px 0px 0px 0px;
	background-color : #727272 ;
	color : #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url('../images/bg.gif');
	font-size: 14px;
	}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	}


h1 {
	color: #EA1313; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px; font-weight: bold; margin-bottom: 8px;
	}

h2 {
	color: #137DED; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px; font-weight: bold; margin-bottom: 6px;
	}

h3 {
	color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; font-weight: bold; margin-bottom: 4px;
	}

h4 {
	color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold; margin-bottom: 2px;
	}

h5 {
	color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; font-weight: bold; margin-bottom: 1px;
	}
	
p {MARGIN-TOP: 0px; MARGIN-BOTTOM: 10px}

/* default form settings*/
form {
	margin: 0px;
	}

input,select {
	font-family: Arial;
	font-size: 9px;
	/*font-weight: bold;*/
	color: #666666;
	background: #FFFFFF;
	border: 1px solid;
	}
	
textarea {
	font-family: Arial;
	font-size: 9px;
	/*font-weight: bold;*/
	color: #666666;
	background: #FFFFFF;
	border: 1px solid;
	}
/* stylized forms */
.button {
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 9px;
	color: #000000;
	border-style: solid;
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	}

.searchbutton {
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #444444;
	border-style: solid;
	border: 1px 1px 1px 1px;
	border-color: #000000;
}

.inputbox {
	font-family: Arial;
	font-size: 9px;
	/*font-weight: bold;*/
	color: #666666;
	background: #FFFFFF;
	border: 1px solid;
	}
.radio, .checkbox {
background: transparent;
border: 0px;
}
	
/* ---------- */
a:link, a:visited {
	font-size: 12px; color: #9D0C0B; text-decoration: none;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
        text-decoration: underline;
}

a:hover {
	color: #EA1313;	text-decoration: none;
        text-decoration: underline;
	}


/* Horizontal Line */
hr {
	color: #666666; height:1px; border: 1px solid;
	}

hr.separator {
	background: #C0C0C0;
	height: 1px;
	width: 75px;
	border: 0px;
}


.footer {
	color: #ffffff;
}

a:link.footer, a:visited.footer {
	font-size: 12px; color: #FFFFFF; text-decoration: none;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
        text-decoration: underline;
}

a:hover.footer {
	color: #EA1313;	text-decoration: none;
        text-decoration: underline;
	}

