/* CSS Document */
body,td,th {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: normal
	color: #333333;
}
body {
	background-image: url(bg.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	
}
a {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #8E1540;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.style1 {	font-size: 10px;
	color: #333333;
}
.style2 {color: #313131}
.style3 {font-size: 10px}
.style4 {font-size: 11px}
.style5 {color: #000000}

a:link.phot {
	color: #ffffff;
	text-decoration: none;
	 font-weight: normal; 
}
a:visited.phot{
	text-decoration: none;
	 font-weight: normal; 
	color: #FFFFFF;
}
a:hover.phot {
	text-decoration: underline;
	 font-weight: normal; 
	color: #FFFFFF;
}
a:active.phot {
	text-decoration: none;
	 font-weight: normal; 
	color: #FFFFFF;
}

