/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.text
{
	font-size: x-small;
	font-family: Verdana;
}
	DIV,TD
{
	font-size: x-small;
	font-family: Verdana;
}
body
{
	background-color: #ededed;
	font-size: x-small;
	font-family: Verdana;
	background-image: url(images/site_background.jpg);
}
A
{
	color: blue;
	text-decoration: underline;
	font-size: x-small;
}
A:active
{
		color: blue;
	text-decoration: underline;
	font-size: x-small;
}
A:hover
{
	color: blue;
	text-decoration: none;
	font-size: x-small;
}
A:link
{
		color: blue;
	text-decoration: underline;
	font-size: x-small;
}
A:visited
{
		color: blue;
	text-decoration: underline;
	font-size: x-small;
}
























































