a:link
{
	color: rgb(51,51,255);
	text-decoration: underline;
}
a:visited
{
	color: rgb(51,51,255);
	text-decoration: underline;
}
a:hover
{
	color: rgb(255,0,0);
	text-decoration: underline;
}
a.nav:link
{
	color: rgb(255,255,255);
	text-decoration: none;
}
a.nav:visited
{
	color: rgb(255,255,255);
	text-decoration: none;
} 
a.nav:hover
{
	color: rgb(40,40,40);
	background-color: rgb(238,188,67);
}
a.nav_current:link
{
	color: rgb(0,0,0);
	text-decoration: none;
}
a.nav_current:visited
{
	color: rgb(0,0,0);
	text-decoration: none;
} 
a.nav_current:hover
{
	color: rgb(255,255,255);
	background-color: rgb(38,44,23);
}
a.nav_home:link
{
	color: rgb(75,75,78);
	text-decoration: none;
}
a.nav_home:visited
{
	color: rgb(75,75,78);
	text-decoration: none;
} 
a.nav_home:hover
{
	color: rgb(255,255,255);
	background-color: rgb(75,75,78);
}
a.nav_right:link
{
	color: rgb(238,188,67);
	text-decoration: none;
}
a.nav_right:visited
{
	color: rgb(238,188,67);
	text-decoration: none;
} 
a.nav_right:hover
{
	color: rgb(40,40,40);
	background-color: rgb(238,188,67);
}
a.nav_session:link
{
	color: rgb(255,255,255);
	text-decoration: none;
}
a.nav_session:visited
{
	color: rgb(255,255,255);
	text-decoration: none;
} 
a.nav_session:hover
{
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
}
body
{
	font-family: Verdana, Arial;
	background-color: rgb(255,255,255);
	background-image: url('images/bg_page.gif');
	background-repeat: repeat;
	color: rgb(0,0,0);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial;
	color: rgb(0,0,0);
}