body 
{
	/*background-image: url(images/bg.jpg);*/
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #333366;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #ffffff;
	text-align: justify;
}
.justy 
{
	text-align:justify;
}
A:link 
{
	color: blue;
}
A:hover {color: #ffffff; }
A:visited 
{
	color: blue;
}
A:active 
{
	color: #ffffff;
}
.smText
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 13px;
}
.titles
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 14px;
}