/* CSS Document */

<!-- 

body { font-size: 11pt;
margin: 0;
padding: 5px;
text-align: center;
width: 80%;
margin-right: auto;
margin-left: auto;
} 

.wrapper { 
	max-width: 750px;
	margin: 0 auto; }

td { font-size: 11pt; }

th { font-size: 11pt; }

table { font-size: 11pt;} 

h1 { font-size: 10pt; } 

h2 { font-size: 11pt;
margin: 0;
padding: 0;
} 


#header { 
background:url(img/top.jpg);
height: 80px;
width: 750px;
} 

#header p {
margin: 0;
padding: 24px 0 0 0;
}

.menu{
width:186px;
line-height:24px;
background:url(img/menu.jpg);
font-size:11pt;
padding-left:10px;
color:#000000;
}

.back{
width:540px;
background:url(img/back.gif);
line-height:40px;
font-size:11pt;
font-weight:bold;
color:#000000;
}

.back1{
width:540px;
background:url(img/backbar.jpg);
line-height:30px;
font-size:11pt;
font-weight:bold;
color:#000000;
}

.back2{
width:540px;
background:url(img/backbar1.jpg);
line-height:30px;
font-size:11pt;
font-weight:bold;
color:#000000;
}

.back3{
width:540px;
background:url(img/backbar2.jpg);
line-height:26px;
font-size:11pt;
color:#000000;
}

.back4{
width:540px;
background:url(img/backbar2.jpg);
line-height:26px;
font-size:11pt;
font-weight:bold;
color:#000000;
}

A:link {
color: #0000FF
}
A:visited {
color: #6633FF;
}
A:active {
color: #CC0000
}
A:hover {
color: #CC0000;
text-decoration: none
}

img {
margin: 0px;
padding: 0px;
border: none;
}

--> 
