

#main_text {
	font-family:Arial;
	font-size:14px;
	color:#000000;
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	text-align:left;
}

#title_text {
	font-family:Arial;
	font-size:20px;
	color:#000000;
	margin-top:10px;
	text-align:center;	
	font-weight: bold;
}

#border_black {
   border-style:solid;
   border-bottom-width:6 px;
   border-top-width: 6 px;
   border-left-width:6 px;
   border-right-width:6 px;
   border-color:#000000;
 }
 
#border_red {
   border-style:solid;
   border-bottom-width:1 px;
   border-top-width: 1 px;
   border-left-width:1 px;
   border-right-width:1 px;
   border-color:#ff0000;
 }

#page_text {
    font-size: 14px;
	font-family: Verdana;
	font-weight: normal;
	color: #4C515C;
    margin-top:20px;
    margin-bottom:20px;
    margin-left:20px;
    margin-right:20px;
 }
 

 
#page_general{
      margin: 20px;
 }

.page_title {
    font-family:Arial;
	font-size:30px;
	color:#000000; 
 }
 
.page_text {
    font-family:Arial;
	font-size:14px;
	color:#000000; 
 }
 
.float_right {
   float:right;
}

.float_left {
   float:left;
}

a.menu:link {
	font-size: 16px;
	font-family: Arial;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

a.menu:visited {
	font-size: 16px;
	font-family: Arial;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
a.menu:hover {
	font-size: 16px;
	font-family: Arial;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.menu:active {
	font-size: 16px;
	font-family: Arial;
	color: #ff0000;
	font-weight:bold;
	text-decoration: none;
}

body {
     background-image:url('images/strip_bgnd.jpg'); 
     background-repeat:repeat-x;
     background-color: #ffffff;
}