/* CSS definition file containing sitestyle stylesheets */
BODY
{ 
	font-size : 12px;
	font-family : Gothic, Verdana;
	background-image:url(../../images/gradient_blue_background.jpg);
	background-repeat:repeat-x;
	background-color:#0089CD;
}

TR
{ 
	font-size : 12px;
	font-family :  Gothic, Verdana;
}

.blue
{
	color: #09F;
}

a.blue, a.blue:visited
{ 
	color: #09F;
	text-decoration:none;
}

a.blue:hover
{ 
	color: #09F;
	text-decoration:underline;
}

.title
{
	color: #09F;
	font-size:13px;
	font-weight: bold;
}

.blue_background
{
	background-color:#0089CD;
}
 
.category_blue_background
{
	background-color:#6eb2e3;
}
 
.grey
{
	color: #666;
}

a.grey, a.grey:visited
{ 
	color: #666;
	text-decoration:none;
}

a.grey:hover
{ 
	color: #666;
	text-decoration:underline;
}


.white
{
	color: #fff;
}

a.white, a.white:visited
{ 
	color: #fff;
	text-decoration:none;
}

a.white:hover
{ 
	color: #fff;
	text-decoration:underline;
}

.black
{
	color: #000;
}

a.black, a.black:visited
{ 
	color: #000;
	text-decoration:none;
}

a.black:hover
{ 
	color: #000;
	text-decoration:underline;
}

a, a:visited, a:hover
{ 
	color: #333;
}

.error
{
	color:#F00;
}
.small {
	font-size: 10px;
}

.newsletter_box {
	font-size: 11px;
	height:24px;
	font-family : Gothic, Verdana;
}

