html, body 
{
 margin: 0px;
 background-color: white;
 background-image: url(../image/background.jpg);
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: normal;
 letter-spacing: normal;
 text-transform: none;
 word-spacing: normal;
 line-height: 1.3;
 height: 100%;
}

p 
{
 margin-top: 0px;
 margin-bottom: 0px;
}

/**Title of Content**/
/****
#contentTitle {
	position: relative;
	top: 27px;
	left: 0;
	float: left;
	width: 215px;
	height: 30px;
	background: url(../image/contenttitle.gif) no-repeat;
	margin: 0;
	text-align: left;
	font-size: 13px;
	color: #186397;
	padding: 5px 0 0 14px;
}
****/
td.lt_style 
{
 width: 189px;
 vertical-align: top;/*background: #ddd url(../image/background.jpg) repeat-y;*/

 padding: 0px;
}

td.lb_style 
{
 vertical-align: top;
 padding-top: 24px;
 padding-bottom: 11px;
}

td.content_style 
{
 vertical-align: top;
 padding: 4px;
 background-color: white;
 border-color: #e5e6d8;
 border-width: 1px;
 border-style: solid;
}

td.content_style td 
{
 font-size: .8em;
 font-weight: normal;
 line-height: 1.3;
 padding-top: 4px;
 padding-right: 2px;
 padding-bottom: 4px;
 padding-left: 9px;
}

td.content_style td ul,
td.r_style td ul
{
 margin-left: 15px;
 margin-top: 4px;
 margin-bottom: 5px;
}

td.r_style 
{
 width: 181px;
 vertical-align: top;
 padding: 4px;
 background-color: white;
 border-color: #e5e6d8;
 border-width: 1px;
 border-style: solid;
 font-size: .8em;
 font-weight: normal;
 line-height: 1.3;
}

td.r_style td
{
 font-size: .8em;
 font-weight: normal;
 line-height: 1.3;
 padding: 4px;
}

td.copyright_style 
{
 vertical-align: bottom;
 text-align: left;
 font-size: 11px;
 font-weight: bold;
 color: #697381;
 padding-top: 9px;
 padding-left: 5px;
}

td.copyright_style a:link, td.copyright_style a:visited, td.copyright_style a:active, td.copyright_style a:hover 
{
 text-decoration: underline;
 color: #697381;
}

a:link 
{
 text-decoration: underline;
 color: navy;
}

a:visited 
{
 text-decoration: underline;
 color: navy;
}

a:hover 
{
 text-decoration: underline;
 color: #c73118;
}

a:active 
{
 text-decoration: underline;
 color: navy;
}

ul li 
{
 list-style-type: disc;
}

ul li li 
{
 list-style-type: circle;
}

ul li li li 
{
 list-style-type: square;
}

ol li 
{
 list-style-type: decimal;
}

ol ol li 
{
 list-style-type: lower-alpha;
}

ol ol ol li 
{
 list-style-type: lower-roman;
}

ol ul li 
{
 list-style-type: disc;
}

ol ul li li 
{
 list-style-type: circle;
}

ol ul li li li 
{
 list-style-type: square;
}
