/* CSS Document */

body {
		background-color: #000000;
		background-image: url(images/gradient.jpg);
		background-attachment: fixed;
		background-repeat: repeat-x;

		margin-top: 0px;
		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #FEEFCF;
		text-align: justify;
}

h1 {
		width: 490px;
		height: 23px;		
		background-image: url(images/h1back.gif);
		background-repeat: no-repeat;
		
		font-size: 14px;		
		padding-top: 2px;
		padding-right: 40px;	
		color: #fdd47a;
		text-align: right;
}

h2 {
		width: 490px;
		height: 18px;		
		background-image: url(images/h2back.gif);
		background-repeat: no-repeat;
		
		font-size: 12px;		
		padding-top: 1px;
		padding-right: 40px;	
		color: #352711;
		text-align: right;
}

hr {
		height: 1px;
		color: #ffffff;
}

#right br {	line-height: 2px; }

#content p {	margin-left: 10px;
				margin-right: 10px;
}

/* General link style */
a:link {	text-decoration: none; font-weight: bold; color: #A5AB23;}
a:active {	text-decoration: none; font-weight: bold; color: #A5AB23;}
a:visited {	text-decoration: none; font-weight: bold; color: #A5AB23;}
a:hover {	text-decoration: underline; font-weight: bold; color: #A5AB23;}

/* Backbutton link style */
a:link.backbutton {		text-decoration: none; font-weight: bold; color: #ffffff;}
a:active.backbutton {	text-decoration: none; font-weight: bold; color: #ffffff;}
a:visited.backbutton {	text-decoration: none; font-weight: bold; color: #ffffff;}
a:hover.backbutton {	text-decoration: none; font-weight: bold; color: #fdd47a;}


a:link.rightoptions {
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	width: 159px;
	height: 20px;
	background-color: #352711;
	color: #fdd47a;
	font-size: 12px;
	padding-top: 2px;
}

a:active.rightoptions {
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	width: 159px;
	height: 20px;
	background-color: #352711;
	color: #fdd47a;
	font-size: 12px;
	padding-top: 2px;
}

a:visited.rightoptions {
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	width: 159px;
	height: 20px;
	background-color: #352711;
	color: #fdd47a;
	font-size: 12px;
	padding-top: 2px;
}

a:hover.rightoptions {
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	width: 157px;
	height: 20px;
	background-color: #3d3f0d;
	color: #ffffff;
	font-size: 12px;
	padding-top: 2px;
}

.selected {
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	width: 157px;
	height: 20px;
	background-color: #5a5e13;
	color: #ffffff;
	font-size: 12px;
	padding-top: 2px;
}

.rightimgs {
	border: 1px solid #ffffff;
	margin-bottom: 10px;
}

.fleft {
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	border: 1px solid #ffffff;
}

td p {
	text-align: justify;
}









