@charset "utf-8";
/* CSS Document */
.main_boarder{
		border-top-width: none;
		border-right-width: 1px;
		border-bottom-width: none;
		border-left-width: none;
		border-top-style: none;
		border-right-style: solid;
		border-bottom-style: none;
		border-left-style: none;
		border-top-color: #999999;
		border-right-color: #999999;
		border-bottom-color: #999999;
		border-left-color: #999999;
		background-color: #FFFFFF;
	}

.allaround_boarder{
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #999999;
		border-right-color: #999999;
		border-bottom-color: #999999;
		border-left-color: #999999;
		
	}	
	
.allaround_events{
		border-top-width: none;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: none;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #999999;
		border-right-color: #999999;
		border-bottom-color: #999999;
		border-left-color: #999999;
		
	}	
	
.main_sides{
		border-top-width: none;
		border-right-width: 1px;
		border-bottom-width: none;
		border-left-width: 1px;
		border-top-style: none;
		border-right-style: solid;
		border-bottom-style: none;
		border-left-style: solid;
		border-top-color: #999999;
		border-right-color: #a1b9ab;
		border-bottom-color: #a1b9ab;
		border-left-color: #a1b9ab;
		background-color: #a1b9ab;
	}
	
.main_sidesRight{
		border-top-width: none;
		border-right-width: 1px;
		border-bottom-width: none;
		border-left-width: 1px;
		border-top-style: none;
		border-right-style: solid;
		border-bottom-style: none;
		border-left-style: solid;
		border-top-color: #b1b1b1;
		border-right-color: #b1b1b1;
		border-bottom-color: #b1b1b1;
		border-left-color: #b1b1b1;
		
	}	
	
.main_sidesLeft{
		border-top-width: none;
		border-right-width: none;
		border-bottom-width: none;
		border-left-width: 1px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: solid;
		border-top-color: #b1b1b1;
		border-right-color: #b1b1b1;
		border-bottom-color: #b1b1b1;
		border-left-color: #b1b1b1;
		
	}	
	
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #000000;
}	

.textSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-variant: normal;
	color: #000000;
}	

.textColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	color: #000000;
	text-align:justify;
}	

.textColumnTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	color: #3366CC;
	text-align:justify;
}	

.TitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style:inherit;
	font-weight:bold;
	font-variant: normal;
	color: #be0027;
}	

.SubTitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style:inherit;
	font-weight:600;
	font-variant: normal;
	color: #000000;
}	

.webcolor_footer a:link {
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;	
}

.webcolor_footer a:visited {
	/*color : #666666;*/
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.webcolor_footer a:hover {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
/* End Of Main Area Boarder */


