/* CSS Document */

body
         {
	background-color:#ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(body_white.gif);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 0px 100%;
	
	
	     }
	  
p
         {
         font: inherit;
         }
		 
.topbar {
	background-color:#EE0000;
	text-align: center;
	font-size: small;
	color: #FFFFFF;
	border-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: thin;
	width:740px;
	height: 25px;
	background-image: url(topbar.jpg);
		 }

.maintable {
	padding: 0;
	background-color: #eeeeee; 
	border-width: 1px;
	border-style: solid;
/*	border-right-width: 2px;
	border-right-style: solid;
	border-top-style: solid;
*/	border-top-width: 0px;
	border-bottom-width: 0px;
     	border-color: #777777;
	}
        

.spacer1 {
	background-color: #191919;
	padding: 0;
	height: 15px;
	background-image: url(spacer1.jpg);
         }

.header {
	font-size:small;
	text-align:right;
	vertical-align: middle;
	color: #333333;
	background-color: #FFFFFF;
	padding: 0;
	height: 100px;
	width: 100%;
		 }
.headera {
	width:190px;
	height: 100px;
         }

		 
.headerb {
/*	background-image:url(headerbg.jpg);
	background-repeat:no-repeat;
*/	width: 550px;
	padding-right: 15px;
          }
		
.spacer2 {
	background-color: #333333;
	padding: 0;
	height: 10px;
	background-image: url(spacer2.jpg);
         }


.mainmenu  
         {
	background-color:#eeeeee;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: thin;
	text-align: center;
	font-size:small;
	vertical-align:top;
	background-image: url(mainmenu.jpg);
	background-repeat: repeat-x;
	width: 190px;
	padding: 0px;
	padding-left: 0px;
	padding-right: 0px;
		 }
 .mainmenu a:link {
	color: #333333;
	text-decoration: none;
	background-color:#eeeeee;
	display: block;
	margin: 0px;
	width: 100%;
	height: 50px;
/*	background-image: url(mainlinka.jpg);
	background-repeat: repeat-x;
*/
	}
.mainmenu a:visited {
	color: #333333;
	text-decoration: none;
	background-color:#eeeeee;
	display: block;
	margin: 0px;
	width: 100%;
	height: 50px;
/*	background-image: url(mainlinka.jpg);
	background-repeat: repeat-x;
*/
	}
.mainmenu a:hover {
	color: #000000;
	background-color: #bbbbbb;
	text-decoration: none;
	display: block;
	margin: 0px;
	width: 100%;
	height: 50px;
/*	background-image: url(mainlinkb.jpg);
	background-repeat: repeat-x;
*/
	}
.mainmenu a:active {
	color: #000000;
	background-color:#999999;
	display: block;
	margin: 0px;
	width: 100%;
	height: 50px;
/*	background-image: url(mainlinkc.jpg);
	background-repeat: repeat-x;
*/
	}


		  
.content
		{
	vertical-align:top;
	font-family:inherit;
	color: #333333;
	padding-left: 15px;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: thin;
	border-left-style: solid;
	border-left-width: medium;
	border-left-color: #CCCCCC;
	background-image: url(content.jpg);
	background-repeat: repeat-x;
	width: 550px;
	padding-right: 15px;
	padding-bottom: 20px;
		}

.sample {
	padding: 10;}
	vertical-align: top;
        }

.footer1 {
	background-color: #333333;
	color: #FFFFFF;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: thin;
	background-image: url(footer1.jpg);
	height: 10px;
        }

.footer2 {
	background-color: #EE0000;
	color: #FFFFFF;
	text-align: center;
	background-image: url(footer2.jpg);
	height: 25px;
        }
