body 	{
	background: url(); 
	background-color: #CCCCCC;
	 }


a 
	{
	text-decoration: none; 
	color: #000000;
	font-weight: bold; 
	}

a:hover 
	{
	color: #000000;
	text-decoration: underline;
	}

img 
	{
	border:0
	}

p,li,ul,body 
	{
	font-family: Verdana,Arial,sans-serif; 
	font-size: 10px; 
	color: #000000; 
	text-align: justify;
	}
li
	{
	margin-left: -10px;
	}


h1
	{ 
	color: #FF3300; 
	font-family: Verdana;
	font-size: 12px;
	border-bottom: 1px dashed #000000;
	font-weight: bold;
	text-align: left;
	letter-spacing: 7px;
	padding-right: 3px;
	text-transform: capitalize;
	}

#alltable
	{
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	width: 758px;
	}

#navigation
	{
	background-color: #FFFFFF;
	border-right: 1px solid #000000;
	padding: 3px;
	width: 188px;
	vertical-align: top;
	}

#navigation h1
	{ 
	color: #FF3300; 
	font-family: Verdana;
	font-size: 12px;
	width: 98%;
	font-weight: bold;
	text-align: left;
	letter-spacing: 7px;
	border-bottom: 1px dashed #000000;
	text-transform: normal;
	}

#navigation a
	{ 
	color: #000000; 
	font-family: Verdana;
	font-size: 11px;
	width: 98%;
	font-weight: normal;
	text-align: left;
	letter-spacing: 2px;
	border-bottom: 1px dashed #000000;
	text-transform: normal;
	text-decoration: none;
	display: block;
	}

#navigation a:hover
	{ 
	color: #FF3300; 
	font-family: Verdana;
	font-size: 11px;
	width: 98%;
	font-weight: normal;
	text-align: left;
	letter-spacing: 3px;
	border-bottom: 1px solid #000000;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	}

#content 
	{
	width: 550px; 
	padding: 10px;
	vertical-align: top;
	}

#footer
	{
	background: url(footer.jpg) no-repeat;
	width: 760px;
	height: 35px;
	color: #FFFFFF; 
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 10px;
	}

.center
	{
	text-align: center;
	}