/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
line-height: 1.2;
color: black;
background-color: white;
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/* Layout CSS */ 
body {
    margin: 0 auto;
    margin-top:20px;
    padding:0;
    text-align:center;
    color: #333333;
    font-family: arial, verdana, helvetica;
    font-size: 12px;
    font-weight: normal;
    background-color:#0B4F94;
}	 

td {
   padding-bottom:3px; 
}

#outer {
    width:750px;
    margin:0pt auto;
    text-align:left;
    background-color:#0B4F94;
}
  
#hdr {
    width:750px;
    height:90px; 
    border:solid #999999;
    border-width:0 0 1px 0;
    background-color:#0B4F94;
}
    
#bar {
    width:750px;
    height:40px;
    color: #333333;
    background-color:#0B4F94;
}

#lh-col 
{
    position:absolute;
    top:158px;
    width:155px;
    padding-left:20px;
    padding-right:20px;
    padding-top:15px;
    float:left;
    text-align:left;
    color: #333333;
    z-index:4;
}

#rh-col {
    position:absolute;
    top:158px;
    width:195px;
    padding-left:20px;
    padding-top:15px;
    float:right;
    text-align:left;
    color: #333333;
    z-index:3;
}

#bodyblock {
    width:750px;
    height:80%;
    z-index:2;
    background-color: #0B4F94;
}

#col {
    position:relative;
    margin:0 195px 0 195px;
    padding-left:10px;
    padding-top:15px;
    padding-right:20px;
    z-index:5;
}

#ftr {
    width:750px;
    height:37px;
    color: #333333;
    z-index:5;
    border:solid #999999;	
    border-width:1px 0 0 0;
    background-color:#0B4F94;
}

#print_content {
    vertical-align:top;
}

#font_content {
    color: #333333;
    font-family: arial, verdana, helvetica;
    font-size: 12px;
    font-weight: normal;
}
#font_content_sml {
    color: #333333;
    font-family: arial, verdana, helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* Presentation CSS */ 
.sml {
    font-family: arial, verdana, helvetica;
	color: #4F4B4B;
	font-size: 11px;
    font-weight: normal;
}	
.h1	{
    font-family: arial, verdana, helvetica;
	color: #0B4F94;
	font-size: 18px;
    font-weight: bold;
}	
.h2 {
    font-family: arial, verdana, helvetica;
	color:	#0B4F94;
    font-size: 14px;
    font-weight: bold;
}
.h3	{
    font-family: arial, verdana, helvetica;
	color: #0B4F94;
	font-size: 12px;
    font-weight: bold;
}	

.dashedline_t
{
    border-bottom: 1px dashed #999999;
    margin-bottom: 5px;
    clear:right;
}
.dashedline_b
{
    border-bottom: 1px dashed #999999;
    padding-top: 5px;
    clear:right;
}

.button {
	width:80px;
	height:20px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight:bold;
	border: 1px solid #999999;
	background-color:#06913E;
}
.textbox {
	width:200px;
	height:16px;
	color: #333333;
	font-size: 11px;
	font-weight:normal;
	border: 1px solid #999999;
}
textarea, .textarea {
	width:200px;
	color: #333333;
	font-size: 11px;
	font-weight:normal;
	overflow:auto;
}
.dropdownlist {
	width:204px;
	color: #333333;
	font-size: 11px;
	font-weight:normal;
	border: 1px solid #999999;
}
ul {
    line-height: 1.8;
    margin-left:10px;
    padding:10px;
}
li {
	list-style-type: disc;
}
.link {
	color:	#666666;
}
a:link	{	
	text-decoration:	underline;
	color:	#0B4F94;
}	
a:visited	{	
	text-decoration:	underline;
	color:	#0B4F94;
}	
a:active	{	
	text-decoration:	underline;
	color:	#0B4F94;
}	
a:hover	{	
	text-decoration:	underline;
	color:	#0B4F94;
}
