a
	{font-weight: bold;
	}
	
a:link
	{color: rgb(255,255,255);
	}
	
a:visited
	{color: rgb(255,255,255);
	} 
	
a:active 
	{color: rgb(255,255,255);
	text-decoration: none;
	}
	
A:hover 
	{color: rgb(255,0,0);
	text-decoration: none;
	}
	
body
	{font-family: Times New Roman, Times;
	font-size: 12pt;
	background-color: rgb(255,255,255);
	background: url('../images/Background.jpg');
	color: rgb(0,0,0);
	scrollbar-base-color: rgb(253,232,237);
	scrollbar-face-color: rgb(150,80,65);
	scrollbar-track-color: rgb(253,232,237);
	scrollbar-dark-shadow-color: rgb(0,0,0);
	scrollbar-highlight-color: rgb(215,215,215);
	scrollbar-arrow-color: rgb(255,255,255);
	scrollbar-3d-light-color: rgb(215,215,215);
	scrollbar-shadow-color: rgb(80,80,80);
	margin-top: 0;
	margin-left: 0
	}
	
table
	{table-border-color-light: rgb(225,170,152);
	table-border-color-dark: rgb(115,49,33); 
	}

ul
	{margin-top: 0; 
	margin-bottom: 0:
	}
	
li
	{font-weight: medium;
	}
	
h1, h2, h3, h4, h5, h6
	{font-family: Times New Roman, Times;
	}
	
h1
	{font-size: 24pt;
	font-family: Times New Roman, Times;
	text-align: center;
	font-weight: bold;
	color: rgb(49,49,156);
	margin-top: 0;
	margin-bottom: 0;
	}
	
h2
	{font-size: 14pt;
	font-family: Times New Roman, Times;
	text-align: left;
	font-weight: bold;
	color: rgb(49,49,156);
	margin-top: 0;
	margin-bottom: 0;
	}

p
	{margin-top: 0;
	margin-bottom: 0;
	}

p.btn
	{text-indent: 0;
	font-family: Times New Roman, Times;
	text-align: center;
	border-style: outset; 
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	}
	
.btn TD
	{text-align: center;
	height: 20;
	valign: middle;
	}

.btn TD A 
	{BORDER-TOP: 4px solid #E1AA98;
	BORDER-RIGHT: 4px solid #733121;
	BORDER-LEFT: 4px solid #E1AA98;
	border-bottom: 4px solid #733121;
	TEXT-DECORATION: none;
	width: 100% ;
	background : #B66A5A;
	padding : 2px 2px;
	color=#FDE8ED;
	} 

.btn TD A:hover 
	{border-top: 4px solid #000000;
	BORDER-right: 4px solid #E1AA98; 
	BORDER-left: 4px solid #000000;
	BORDER-bottom: 4px solid #E1AA98; 
	TEXT-DECORATION: none;
	width: 100% ;
	background : #8D1805;
	padding : 2px 2px; 
	color:#FF8080;} 