﻿
.body 
{
	  font-family:Arial;
	   font-weight:700;
	   color:Gray;
	  background-attachment:fixed;
	  background-image:url('images/master/sidebar.gif');
	  background-repeat:repeat;
	  
}

.text
{
	font-family:Arial;
	font-weight:500;
	color:Black;
	font-size:11px;
	line-height:15px;
}
.news
{
	font-family:Arial;
	font-weight:400;
	color:Black;
	font-size:10px;
	line-height:13px;
}


h2
{
	font-family:Arial;
	font-size:x-large;
	color:#DEE3D6;
	font-weight:300;
	
}

a:link { 
		font-family:Arial;
	font-weight:600;
	color:White;
	font-size:10px;
	text-decoration:none;
	  line-height:2;
	}
a:visited 
{ 
		font-family:Arial;
	font-weight:600;
	color:White;
	font-size:10px;
	text-decoration:none;
	line-height:2;
	}
a:hover { 
color:GrayText;
	}
a:active { 
	color:GrayText;
	}
