@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	line-height:18px;
}
body {
	background-color: #a11d21;
	margin:0;
}

a { text-decoration:none;color:#f0b04b;}
a:focus { outline:none; }
a:link { color: #f0b04b; }
a:visited {	color: #f0b04b; }
a:hover { color: #f0b04b; text-decoration:underline; }
a:active { color: #f0b04b; }

.header1-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight:bold;
	color: #fff;
	line-height:30px;
	
}

.header2-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:bold;
	color: #ffffff;
	line-height:24px;
	
}

.header3-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight:bold;
	color: #fff;
	line-height:38px;
}

.header4-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight:bold;
	color: #ffffff;
	line-height:34px;
}

.header5-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	color: #ffffff;
	line-height:20px;
}

.copyright-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
}

.main-table {
	background-image:url(../images/miclogo_bkg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border-color:#595959;
	border-width:0px;
}


/* form style */

input.field {
	background:#faf79e;
	color:#1a7f5c;
	border: 1px solid; 
	border-color: #1a7f5c;
}

textarea {
	background:#ffffff;
	color:#000000;
	border: 1px solid; 
	border-color: #000000;
}

input.btn { 
	  color:#ffffff; 
	  font: 100%;
	  font-weight:bold;
	  background-color:#000000; 
	  border: 2px solid; 
	  border-color: #f0b04b;	   
}

input.btn:hover { 
	  color:#f0b04b; 
	  font: 100%;
	  font-weight:bold;
	  border: 2px solid;
	  background-color:#000000; 
	  border-color: #f0b04b;	   
}
