/*  EVENTS  */

/* normal background */

body {
	background-color: #ed164f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

}

/* special background 
body {
	background-color: #0094d1;
	background-image: url(../images/xmas-bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;


}*/

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #ca1f25;
	text-decoration:underline;
}
a:active {
	color: #333333;
	text-decoration: none;	
}

.header_text {
	font-family: Tahoma;
	font-size: 12px;
	line-height:1.5;
}

.menu_text {
	font-family: Tahoma;
	font-size: 11px;
	line-height:1.5;    	
}

.news_box {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


.copyright_text {
	font-family: Tahoma;
	font-size: 9px;    	
}

.small_text {
	font-family: Tahoma;
	font-size: 10px;    	
}

.pageTitles {
	font-size: 12px;
	font-weight:bold;  	
}

#menucontainer a
{
	display: block;
	padding: 10px;
	width: 102px;
	background-color: #d5e04d;
	font-family: tahoma;
	font-size: 11px;    
	color:#000000;
	font-weight:bold;
	text-decoration: none;
}

#menucontainer a:link
{
	text-decoration: none;
	font-weight:bold;
}

#menucontainer a:hover
{
	background-color: #ca1f25;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}

.creativesoft {
	font-family: Tahoma;
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	line-height:1.5;    	
}

.creativesoft a {
	color: #ffffff;
	text-decoration: none;  	
}

.creativesoft a:link {
	color: #ffffff;
	text-decoration: none;  	
}

.creativesoft a:hover {
	color: #ffffff;
	text-decoration:underline;  	
}

.creativesoft a:visited {
	color: #ffffff;
	text-decoration: none;  	
}

.creativesoft a:active {
	color: #ffffff;
	text-decoration: none;  	
}
