body {
	background-color: #505050;
	background-image:url(../imgs/bg.jpg);
	background-position:top-left;
	background-attachment:fixed;
	background-repeat:no-repeat;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
}

p {
	font-size: 10px; 
	color: #ffffff;
	font-family:  Georgia,Arial,Tahoma; 
	letter-spacing:2px;
    margin-top: 0px;
}

td, div, ul li, ol li {
	font-size: 10px; 
	color: #ffffff;
	font-family:  Georgia,Arial,Tahoma; 
	letter-spacing:2px;
} 

table.box {
	border: none;
	background-color: #666666;
	width: 700px;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;

}

table.nav {
	border: none;
	background-color: #666666;
	background-image:url(../imgs/navbg.jpg);
	background-position: top-left;
	background-repeat: no-repeat;
	width: 700px;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;

}

li a:link, li a:visited {
	font-weight: bold;
	font-size: 10px;
	text-decoration:none;
	color: #cfcfcf;
	letter-spacing:2px;
	word-spacing:2px;
	opacity: 0.7; 
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}

li a:hover, li a:active {
	text-decoration: none; 
	color: #ffed76; 
	cursor:hand; 
	opacity: 1;
	filter: alpha(opacity=100);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
}

p a:link, p a:visited {
	font-weight: bold;
	font-size: 10px;
	text-decoration:none;
	color: #cfcfcf;
	letter-spacing:2px;
	word-spacing:2px;
	opacity: 0.7; 
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}

p a:hover, p a:active {
	text-decoration: none; 
	color: #ffed76; 
	cursor:hand; 
	opacity: 1;
	filter: alpha(opacity=100);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
}

h1 {
	letter-spacing:2px;
	font-family: "Palatino Linotype";
	font-size: 17px; 
	color: #999999;
    margin-bottom: 0px;
}

h2 {
	letter-spacing:2px;
	font-family: "Palatino Linotype";
	font-size: 13px; 
	color: #999999;
    margin-bottom: 5px;
}

a:link img, a:visited img { 
	opacity: 0.7; 
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	border: 0;
}
	
a:hover img, a:active img{
	opacity: 1;
	filter: alpha(opacity=100);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	border: 0;
}

