/* MAIN STYLES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../media/tmp_bg.jpg);
	background-repeat:repeat-x;
	background-color: #F3B85F;
	font-size: 12px;
	line-height:15px;
	color: #000000;
	margin: 0;
}

td, th {
	font-size: 13px;
	color: #000000;
}

/* TEXT STYLES */
h1 {
	font-family:"Times New Roman", Times, serif;
	margin:0 0 10px 0;
	font-weight:normal;
	font-size:36px;
	line-height:normal;
}

h2 {
	margin:0 0 10px 0;
	font-weight:normal;
	font-size:18px;
	line-height:normal;
}


.message { 
	font-size: 13px; 
	color: #FF0000;
	font-weight: bold; 
} 

.asterisk {
	font-size: 20px;
	color:#FF0000;
	font-weight:bold;
	line-height:normal;
	margin: 5px 0 0 205px;
	padding: 0;
}


/* LINK STYLES */
a:link, a:visited, a:active    {text-decoration: underline; color: #000000; font-weight:bold; }    
a:hover   { text-decoration: underline; color:  #000000; font-weight:bold; }


