/* CSS Document */
#nav{
	color: #FFFFFF;
	font-weight:bold;
	font-family: arial;
	font-size:12px;
	text-align:left;
}
#nav a{
	color:#565656;
	text-decoration:none;
		font-family: arial;
	font-weight:bold;
	font-size:12px;	
	text-align:left;	
}
#nav a:hover{
	color:#FFFFFF;
	text-decoration: none;
		font-family: arial;
	font-weight:bold;
	font-size:12px;	
	text-align:left;	

}
#nav a:activ{
	color:#FFFFFF;
	text-decoration: none;
	font-family: arial;
	font-weight:bold;
	font-size:12px;
	text-align:left;	
}	
body {
	background-image: url(img/background.jpg);
}
body,td,th {
	color: #565656;
}
.normal {
	margin-left: 30px;
	margin-right: 40px;
	margin-top: 10px;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: regular;
	text-align:justify;
}
.selected {
	color: #192A21;
	font-weight:bold;
    font-family: arial;
	font-size: 12px;
}
a{
	color: #565656;
	font-family: arial;
	font-size: 12px;
	text-decoration:none;
	font-weight:regular;
}
a:visited{
	color: #565656;
	font-family: arial;
	font-size: 12px;
	text-decoration:none;
	font-weight: regular;	
}
a:hover{
	color: #2c4336;
	font-family: arial;
	font-size: 12px;
	text-decoration:none;
	font-weight: regular;	
}

