
body {
		background-color :#FFFFFF;
		color:#735454;
		font:bold;

}

a{color:#5C5DBA;
  text-decoration:none;
 }
a:hover{background-color:#ff99ff;}

.main_bg{
		background-image:url(picture\mainbg.gif);
     		background-attachment:fixed;
     		background-position:left;
		background-repeat:repeat-y;
    		}

.main_tablebg{
		background-image:url(picture/bg.gif);
		background-attachment:fixed;
		background-position:center center;
		margin:0% 0%;
		width:700px;
		border-style:double;
		border-width:4px;
		border-color:#770000;
		padding:12px;
		}

.main_tablebg2{
		width:90%;
		border-style:double;
		border-width:4px;
		border-color:#FF86B1;
		padding:12px;
		}				

.main_tablebg3{
		background-image:url(picture/bg.gif);
		background-attachment:fixed;
		background-position:center center;
		margin:0% 0%;
		width:344px;
		height:520px;
		border-style:double;
		border-width:4px;
		border-color:#770000;
		padding:12px;
		}		

.text_headline {
		background-color:#DE2252;
		color:#ffffff;
		font:bold;
		font-size:12px;
		text-align:center;		
		}

.text_body{
		text-align:left;		

		}

.menu_tablebg{
		background-image:url(picture/bg.gif);
		background-attachment:fixed;
		background-position:center center;
		background-repeat:no-repeat;
		margin:0% 0%;
		}	
	
.menu_text{
		font:bold;
		font-size:17px;
		color:#ffffff;
		}

