/* Body and Overall Theme */

body { 
	font-size: 11px; 
	font-family: Verdana, Helvetica, Arial, Geneva;
	text-decoration : none;
	background: #DFD6CB;
	background-image:url(images/bk_01.gif); 
	margin:0px;
	padding:0px;
}

table, td, th, input, submit, select, textarea, button {
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 11px;
	text-decoration : none;
}

/* All Links */
a:link, a:active, a:visited {
	color: #623434;
	text-decoration: none;
	font-weight: bold;	
}

a:hover {
	color: #9D5353;
	text-decoration: underline;
}


/* Colored Text */
.grey {  
	color: #999999; 
	}
	
.red {  
	color: #990000; 
	}

.white {  
	color: #FFFFFF; 
	}


/* Copyright Links */
.copyrlinks {
	color: #000000;
	text-decoration: none;
	font-weight: normal;	
}

.copyrlinks a:link, .copyrlinks a:active, .copyrlinks a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;	
}

