/* CSS Document */
body 
{
	margin : 0px 0px 0px 0px;
	background-color: #060708;
	background-image: url(images/bg2.jpg);
}
p.main{
	font-family: Tahoma;
	font-size : 12px;
	color : white;

}
p.small{
	font-family: Tahoma;
	font-size : 11px;
	color : white;

}
p.smalljust{
	font-family: Tahoma;
	font-size : 11px;
	color : white;
	text-align:justify;

}
p.smallbox{
	font-family: Tahoma;
	font-size : 11px;
	color : white;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;

}
H1{
	font-family: Tahoma;
	font-size : 14px;
	color : #FFFFFF;

}
p.main2{
	font-family: Tahoma;
	font-size : 12px;
	color : #FFFFFF;
	text-align:justify
	
}
p.green{
	font-family: Tahoma;
	font-size : 11px;
	color : #58645a;

	
}
p.dots{
	border-bottom:1px dashed white;
	
}
p.footer{
	font-family: Tahoma;
	font-size : 9px;
	color : white;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-bottom: 5pt;
}
A:LINK {
	color : #879f8b;
	text-decoration: none;
}
A:HOVER {
	color : #9f1c20;
	text-decoration : none;
}
A:VISITED {
	color : #737373;
	text-decoration : none;
}