/* PREP Website */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
		
}
h1.blk {      font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
	font-size: 40pt;
}
h1, h2 {
 	color: #dc143c;		
	}
	
fieldset {
 border:solid 1px #b22222;
 height:500px;
 width: 540px;
 }

legend {
 	color: #b22222;
		}
	
table {
 	color: #dc143c;
	border-color: #dc143c;
	background-color: #ffffe0;		
	}

table.formtable {
 	font-size: 12px;
 	color: #000000;
 	border-collapse: collapse;
 	empty-cells: show;
	border-color: #dc143c;
	background-color: #ffffe0;		
	}
/********** 		Class= 		**********/
.cred {color: #dc143c;}		/*crimson*/
.0red {color: #ff4500;}		/*orange red*/
.fred {color: #b22222;}		/* fire brick */
.kaki {color: #bdb76b;}
.beige {color: #ffffe0;}
.blk {color: #000000; font-weight: bold;}
.center {text-align: center;}
.bold {font-weight: bold;}	
  

/********** 		Div id= 		***********/

.logo {  	 
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
}

span.hdr {
 font-size: 12px; color: #dc143c; font-style: normal
 }

.listStyle1 {
 	text-align: left;
	margin-left: 30px;
	list-style-type: disc;
	line-height: 1.1;
	}

.Style2 {
 	text-align: center;
	background-color: #bdb76b;
	}

.Style3 {
 	width: 160px;
 	vertical-align: top;
		}
	
.Style5 {
text-align: center;
font: 12pt Verdana, Arial, helvetica, sans-serif; 
font-weight:20px;  
color: #fff; 
border-color: #b22222;
border-style: double; 
border-width: 1px; 
background-color:#b22222;
}

.Style4 {
text-align: left;
font: 12pt  Verdana, Arial, helvetica, sans-serif;
color: #000000; 
}

.img {
border:1px solid #dc143c;
width: 25px; 
}

/********* 		LINK		 *********/


a  {	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	color: #dc143c;
	}

a:link {	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	color: #dc143c;
	}


a:visited { font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #b22222;
	
}


a:hover { 	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
	color: #ff4500;

}

a:active { font-family: Arial;
	font-weight: bold;
	color: #b22222;
	text-decoration:underline;
} 



