                     /* CSS Document */

BODY {
	BACKGROUND: url(images/bg_body.jpg) #ffffff repeat-y center top; MARGIN: 0px; 
}

Table {
	background-color: #100D46;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-family: Arial;
        font-size: 11px;
}

.nav { 
	color:#fff;
	background-image: url(gradient.gif); 
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
}

a:hover{
	color:  #ff6600;
	text-decoration: none;
	font-weight: bold;
	font-family: arial;
	font-size: 11px;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-style: arial;
	font-family: arial;
	font-size: 11px;
}

a:visited {
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
}

h1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

b {
	font-family: Arial;
	font-weight: bold;
	color: #ff6600;
}
li {
list-style-image: url(images/bullet.jpg);
}





