@charset "utf-8";
/* CSS Document */

.color {color:#6F0102;}

body {
	text-align: center;
	background-image:url(../graphics/background.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Helvetica, Times New Roman;
	margin:0px;
	padding:0px;
	
}

#header {


	text-align:right;
	margin:0px;
	padding:0px;
	background-color:#6F0102;
	
}

#menu {

	margin:0px;
	padding:0px;
	width:100%;
	height:40px;
	text-align:right;
	border-bottom: #B7BEB6 solid thick;
}


		#menu ul {

			list-style: none;
			list-style-image:none;
			list-style-type:none;
			padding: 0px;
			margin: 0px;
			width:600px;
			float:right;
	
		}		


		li.fixed {

			list-style: none;
			list-style-image:none;
			list-style-type:none;
			float:right;
			margin: 0px;
			padding:0px;
			display: block;
			width:120px;
	
		}



/* body */


	

table.bullet th {
	
	padding: 3px; 
	background-color: #666666;
	font-family: Veranda, Helvetica, Times New Roman;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: white;
	text-align: left;
	margin-left: 5px;
	
}
table.bullet td {
	
	padding: 3px;
	background-color:#CCCCCC;
	text-align: left;
	margin-left: 5px;
	font-size: 12px;
}







