body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	background-image: url(/CMS/images/bg3.jpg);*/
}
.maintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D80028;
	font-weight: bold;
}
.countrytitle 
{
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.maincopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

.mainstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;	
}
.smallertitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #d80028;
}
.smallTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D80028;
}
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	
}
.eventbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	
}

A:more:link
{	
font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5px;
	font-weight: bold;
	text-decoration: none;
	/*color: #003366;*/
color: #ff9b00;
}

A:more:visited
{
	text-decoration: none;
	/*color: #003366;*/color: #fe6905;
}

A:more:hover
{
	text-decoration: underline;
	/*color: #ff0000;*/
	color: #fe6905;
}

A:active
{
	text-decoration: none;
	/*color: #003366;*/
	color: #fe6905;
}
/*
Change Hr Style
 dotted
• dashed
• solid
• double
• groove
• ridge
• inset
• outset 

*/

hr 
{
	height: 0; 
	border-style: dotted; 
	border-width: 1px 0 0 0;
	border-color: Black;
}

.backgroundImg
{
	background : Transparent url(/CMS/images/bg2.jpg)  bottom  no-repeat;
	/*background-position: center;*/
	background-repeat: repeat-x;
}


