BODY { 
     background-image: url(../img/bg.jpg); 
     background-repeat: repeat-x; 
}

.LTD { 
     background-image: url(../img/left_side.gif); 
     background-repeat: repeat-y; 
}

.RTD { 
     background-image: url(../img/right_side.gif); 
     background-repeat: repeat-y; 
}

.mainbg {
    background-color: #FAFAED;
   
}

.text {
	color : #000000;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
}

.header {
	color : #AF0C0C;
	font-size : 16px;
        font-weight: bold;
	font-family : Tahoma,Verdana,Arial;
}
a {color : #AF0C0C; font-size : 12px; font-weight: bold; font-family : Tahoma,Verdana,Arial;}
a:link {color : #AF0C0C; font-size : 12px; font-weight: bold; font-family : Tahoma,Verdana,Arial;}
a:hover {color : #999966; font-size : 12px; font-weight: bold; font-family : Tahoma,Verdana,Arial;}
a:active {color : #AF0C0C; font-size : 12px; font-weight: bold; font-family : Tahoma,Verdana,Arial;}
a:visited {color : #666633; font-size : 12px; font-weight: bold; font-family : Tahoma,Verdana,Arial;}
a:visited:hover {color : #999966; font-size : 12px; font-weight: bold; font-family : Tahoma,Verdana,Arial;}