BODY { 
 	color: black;
	background-image: url(images/bkg3.gif);
}

.pagetitle{
	font : small-caps bold 16px "Times New Roman", Times, serif;
	color: #90424B;
	background-color: transparent;
	padding-left: 10px;
}

.bodytext{
	font : 14px "Times New Roman", Times, serif;
	text-align: justify;
	padding: 0px 10px 0px 10px;
}
	
.mainback{
	background-image: url(images/tablebkg.gif);
	border: 1px solid #615047;
}

.freetext{
	font : 14px "Times New Roman", Times, serif;
}
	
.borderback{
	background-image: url(images/borderkbg.gif);
}	

A {  
	color: #90424B;
	font : 14px "Times New Roman", Times, serif;
	text-decoration:underline;
	background-color: transparent;
}

A:LINK {  
	color: #90424B;
	text-decoration:underline;
	background-color: transparent;
}

A:VISITED { 
	color: #C37C86;
	text-decoration:underline;
	background-color: transparent;
 }

A:HOVER {  
	color: #6FBDB4;
	text-decoration:none;
	background-color: transparent;
}

A:ACTIVE{
	color: #6FBDB4;
	text-decoration:none;
	background-color: transparent;
}

.caption{
	font : 14px "Times New Roman", Times, serif;
	color: #6D3038;
	background: transparent;
}

.caption a:link{
	font : 14px "Times New Roman", Times, serif;
	color: #6D3038;
	text-decoration:underline;
	background: transparent;
}

.caption a:visited{
	color: #6D3038;
	text-decoration:none;
	background: transparent;
}

.caption a:active{
	color: #FFFFFF;
	background: transparent;
}

.caption a:hover{
	color: #FFFFFF;
	text-decoration:none;
	background: transparent;
}

SELECT.menu{
	font : 13px "Times New Roman", Times, serif;
}

INPUT.button {
	font : 13px "Times New Roman", Times, serif;
}

INPUT.input {
	font : 13px "Times New Roman", Times, serif;
}

INPUT.textarea {
	font : 13px "Times New Roman", Times, serif;
}

.border{
	border: 1px solid #90424B;
}