/* CSS Document */
body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	background-color:#f0f0f0;	
	color:#0e0e0e;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;}
	
/*---body---*/

/*---bg---*/

.cbgL{
   background-image: url(../images/cbgL.jpg);
   background-repeat:repeat-y;}
   
.cbgR{
   background-image: url(../images/cbgR.jpg);
   background-repeat:repeat-y;}
   
.cbgC{ background-color: #fff;}
	
/*---bg---*/

/*---txt---*/

.maintxt{
   font-family:Arial, Helvetica, sans-serif;
   font-size: 13px;
   line-height: 17px;
   font-weight:normal;}
   
.maintxt a{
   font-family:Arial, Helvetica, sans-serif;
   color:#0e0e0e;
   font-size: 13px;
   line-height: 17px;
   text-decoration:none;
   font-weight:bold;}
   

.maintxt a:hover{
   font-family:Arial, Helvetica, sans-serif;
   color: #8a0909;
   font-size: 13px;
   line-height: 17px;
   text-decoration:none;
   font-weight:bold;}
   
.yellowtxt{
   font-family:Arial, Helvetica, sans-serif;
   font-size: 13px;
   line-height: 20px;
   color: #f1df9a;
   font-weight:normal;}
   
.whitetxt{
   font-family:Arial, Helvetica, sans-serif;
   font-size: 13px;
   line-height: 17px;
   color: #fff;
   font-weight:bold;}
   
.bkheadline{
   font-family:Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight:bold;}
   
.redheadline{
 font-family:Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-weight: bold;
 color:#8a0909;}
 
.redtxt{
 font-family:Arial, Helvetica, sans-serif;
 font-size: 20px;
 line-height: 27px;
 font-weight: bold;
 color:#8a0909;}
 
.eventTitle{
   font-family:Arial, Helvetica, sans-serif;
   font-size: 13px;
   line-height: 17px;
   color:#637704;
   font-weight:bold;}
   
.eventDate{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   line-height: 17px;
   color:#9d0303;
   font-weight:bold;}
   
.whiteheadline{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 20px;
   line-height: 27px;
   color:#fff;
   font-weight:bold;}
   
.quote{
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size: 25px;
   line-height: 27px;
   color: #450404;
   font-style:italic;}
   
.quoteEC{
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size: 18px;
   line-height: 24px;
   color: #0e0e0e;
   font-style:italic;}
    
   


