/* CSS Document */

body{
margin:0;
padding:0;
background-image: url(images/bg-2.jpg) ;
background-repeat: repeat-x;
background-color: #cacaca;
font-family: Verdana, Helvetica;
font-size:9px;
color: #989898;
}

table, tr, td {
	font-family:Trebuchet MS;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	vertical-align: top;
	text-align:justify;
	color: #626262;
}

.welcome {
	font-family: tahoma; 
	font-size:9px;
	text-align:justify;
	color:#7c7c7c;}
	
.side-title {
	background: #cacaca repeat;
	background-image: url(images/headerbg.jpg);
	background-repeat:no-repeat;
	width: 200px;
	font-family: Trebuchet MS;
	line-height: 9px;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #000; 
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 25px;
	text-align: center;}


.side-content {
		background:#E6E6E6;
		width: 200px;
		font-family: Tahoma;
		padding:3px;
		letter-spacing:0px;
		line-height: 12px; 
		border-bottom: solid #949494 0px;
		border-top: solid #FFFFFF 0px;
		text-align:justify;
		color:#616161;}
		
.title {
	background-color: #cacaca;
	background-image:url(images/title-bg.jpg);
	background-repeat: no-repeat;
	font-weight:bold;
	font-family: Trebuchet MS;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	line-height: 9px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 25px;}
	
.content {
		background:#E6E6E6;
		width: 200px;
		font-family: Tahoma;
		padding:3px;
		letter-spacing:0px;
		line-height: 12px; 
		border-bottom: solid #949494 0px;
		border-top: solid #FFFFFF 0px;
		text-align:justify;
		color:#616161;}
		
a:link, a:visited {
	color: #ea2d2b; 
	text-decoration: underline;		
	font-weight: none; }

	a:hover {
	color: #282828; 
	text-decoration: none; 	
	font-weight: none; 
}

/*Newsbox */
.newstitle {
	background-color: #cacaca;
	background-image:url(images/title-bg.jpg);
	background-repeat: no-repeat;
	font-weight:bold;
	font-family: Trebuchet MS;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	line-height: 9px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 25px;}

.news{
		background:#E6E6E6;
		font-family: Tahoma;
		padding:3px;
		letter-spacing:0px;
		line-height: 12px; 
		border-bottom: solid #949494 0px;
		border-top: solid #FFFFFF 0px;
		text-align:justify;
		color:#616161;
	}
	
.news img {
margin: 3px;
padding: 2px;
border: 2px solid #4f5050;
background-color: #e1e1e1; }

.news img:hover {
margin: 3px;
padding: 2px;
border: 2px solid #ea2d2b;
background-color: #e1e1e1; }
	
.news-box2 {
	font-family:Trebuchet MS;
	font-size:10px;
	text-align: right;
	background: #d2d2d2;
	color: #414141;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;}
	
.news-box2 a {
	color: #989898;
	font-weight: bold;
	text-decoration: none;}

.news-box2 a:link, .news-box2 a:visited {
	color: #989898;
	font-weight: bold;
	text-decoration: none;}

.news-box2 a:hover {
	color: #e04001;
	font-weight: bold;
	text-decoration: none;}