body { 
text-align: left;
background-color: #000; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9.5pt;
font-weight: normal;
}

img{
border-style: none;
}

* {
margin: 0;
padding: 0;
}

.inside { 
padding: 0 10px 10px 10px;
}

.inside_main{ 
padding: 10px 20px 20px 20px;
}

.inside_notop { 
padding: 0 10px 10px 10px;
}

.inside_thin { 
padding: 3px 5px 3px 5px;
}

#wrap {
width: 1000px;
border: 0px solid #fff;
margin: 0 auto; /* center hack*/
text-align: left; /* center hack*/
}

#wrap_inner {
width: 1000px;
margin-left: 50px;
margin-right: 50px;
}

#content {
float: left; 
width: 900px;
overflow: hidden;
background-image: url(../images/in_bg.png); 
background-repeat: repeat-y;
}

#header{
width: 1000px;
height: 146px;
background-image: url(../images/heading.png);
background-repeat: no-repeat;
background-position: top center; 
color: #FFF;
font-weight: bold;
}

p, h1, h2, h3, h4{
margin-bottom: 9pt;
margin-top: 9pt;
}

p.small{
font-size: 8.5pt; 
line-height: 10pt;  
margin-bottom: 6px;  
margin-top: 6px; 
}

.white{
color: #FFF;
}

.caption{
font-size: 8.5pt; 
line-height: 10pt;  
color: #CC0000;
margin-bottom: 9px;  
margin-top: 9px; 
}


a{
text-decoration: underline;
color: #000099;
}

a:hover{
text-decoration: underline;
color: #CCC;
}

a.light {
text-decoration: underline;
color: #FFF;
}

h1{
font-family: Georgia, Times New Roman, Times, serif; 
color: #C00;  
font-size: 18pt;
font-weight: normal;
font-style: normal;
}

h2{
font-size: 16px;
font-weight: bold;
font-style: normal;
}

h3{
font-size: 16px;
font-weight: bold;
font-style: normal;
}

h4{
font-size: 11px;
}

h5{
color: #FFF;  
font-weight: bold;
font-size: 14px;
margin-bottom: 12pt;
margin-top: 6pt;
}

h6 { color: #000;  font-size: 9pt;
	text-decoration: none; font-weight: normal; 
	border: 1px solid #999;
   padding: 10px;
   margin: 10px;
   text-align: center;
}


ul {
	list-style: square inside; 
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
	}
li {
	margin-top: 2px
	}
	
	p.blogForm{
font-size: 8.5pt; 
margin-bottom: 8px;  
margin-top: 8px; 
}