/* CSS Document */

/* DEFAULTS */

body
	{
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	background-image:  url("images/bg.gif");
	background-repeat: repeat-x;
	background-color: #808080;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
p
	{
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	}
	
a 
	{
	text-decoration: none
	}

a:link
	{
	color: #808080
	}

a:visited
	{
	color: #bc0000
	}

a:hover
	{
	color: #bc0000;
	text-decoration: none;
	}

a:active
	{
	color: #bc0000
	}
	

/* STYLES */

.navi
	{
	font-family: Verdana;
	font-size: 12px;
	}
	
.navi a
	{
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	}

.navi a:link 
	{
	color: #000000
	}

.navi a:visited
	{
	color: #000000
	}

.navi a:hover
	{
	color: #ffffff;
	text-decoration: none;
	}

.navi a:active
	{
	color: #bc0000
	}
	