body{
margin:				0;
padding:			0;
background-color:	#ffffff;
background-image:	url('bg.jpg');
background-repeat:	repeat-x;
overflow-X:			hidden;
overflow-Y:			hidden;
height:				100%;
}
html{
height:				100%;
}
.title{
font-size:			17px;
color:				#000000;
font-weight:		bold;
text-decoration:	none;
line-height:		20px;
font-style:			italic;
font-family:		Georgia;
}


.text{
font-size:			12px;
color:				#000000;
font-weight:		normal;
text-decoration:	none;
font-style:			italic;
font-family:		Verdana;
}

.table{
width:				100%;
height:				100%;
}

a:link		{font-size: 11px; color: #225599; font-weight: normal; text-decoration: underline;}
a:visited	{font-size: 11px; color: #225599; font-weight: normal; text-decoration: underline;}
a:active	{font-size: 11px; color: #225599; font-weight: normal; text-decoration: underline;}
a:hover		{font-size: 11px; color: #ff3300; font-weight: normal; text-decoration: underline;}