/* CSS Document */


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: normal; font-style: normal;font-family: Verdana, Arial, Helvetica, sans-serif; font-size:7pt; }


body {		margin:0;
			padding:0;
			background-color:#FFFFFF;
			color: #666666;
			}

#wrap {		width:850px;
			padding: 0;
			margin: auto;
			margin-top: 20px;
			background-color:#ffffff
			}


#wrap_index {	width:900px;
			height: 500px;
			padding: 0;
			margin: auto;
			margin-top: 50px;
			background-color:#ffffff
			}

#div01_header{
			width:800px;
			height: 253px;
			margin: 0px;
			padding: 7px 25px 0 25px;
			background-image:url(images/header_bg.gif);
			background-repeat:no-repeat;
			}

#div02_nav{
			width:800px;
			height: 35px;
			margin: 0px;
			padding: 0px 25px 0 25px;
			background-image:url(images/content_bg.gif);
			background-repeat:no-repeat;
			}

#div03_content{
			width:800px;
			min-height:300px;
			margin: 0px;
			padding: 40px 25px 0px 25px;
			background-image:url(images/content_bg.gif);
			background-repeat:repeat-y;
			}


#div04_footer{
			width:800px;
			height:15px;
			margin: 0px;
			padding: 13px 25px 0 25px;
			background-image:url(images/footer_1_bg.jpg);
			background-repeat: no-repeat;
			}



/* LINkS */


a:link {
			color: #666666;
			text-decoration:underline;
}
a:visited {
			color: #666666;
			text-decoration:underline;
}
a:hover {
			color: #999999;
			text-decoration:underline;
}
a:active {
			color: #666666;
			text-decoration:underline;
}



a.grey:link {
			color: #666666;
			text-decoration:underline;
			font-size:8.5pt;
}
a.grey:visited {
			color: #666666;
			text-decoration:underline;
			font-size:8.5pt;
}
a.grey:hover {
			color: #999999;
			text-decoration:underline;
			font-size:8.5pt;
}
a.grey:active {
			color: #666666;
			text-decoration:underline;
			font-size:8.5pt;
}


a.blue:link {
			color: #6699cc;
			text-decoration:underline;
			font-size:8.5pt;
}
a.blue:visited {
			color: #6699cc;
			text-decoration:underline;
			font-size:8.5pt;
}
a.blue:hover {
			color: #999999;
			text-decoration:underline;
			font-size:8.5pt;
}
a.blue:active {
			color: #6699cc;
			text-decoration:underline;
			font-size:8.5pt;
}



a.blue8:link {
			color: #6699cc;
			text-decoration:underline;
			font-size:8pt;
}
a.blue8:visited {
			color: #6699cc;
			text-decoration:underline;
			font-size:8pt;
}
a.blue8:hover {
			color: #999999;
			text-decoration:underline;
			font-size:8pt;
}
a.blue8:active {
			color: #6699cc;
			text-decoration:underline;
			font-size:8pt;
}



a.bluebold:link {
			color: #6699cc;
			text-decoration:underline;
			font-size:8.5pt;
			font-weight:bold;
}
a.bluebold:visited {
			color: #6699cc;
			text-decoration:underline;
			font-size:8.5pt;
			font-weight:bold;
}
a.bluebold:hover {
			color: #999999;
			text-decoration:underline;
			font-size:8.5pt;
			font-weight:bold;
}
a.bluebold:active {
			color: #6699cc;
			text-decoration:underline;
			font-size:8.5pt;
			font-weight:bold;
}




/* Typography */





h1, h2, h3, h4, h5, h6 { letter-spacing:0px; color:#6699cc;  font-weight: normal; line-height:normal; font-size: 9pt; margin: 0 0 5px 0;}
h1 { font-size: 12pt; margin: 0 0 15px 0;}
h2 {  color:#999999; font-weight:bold; font-size:8.5pt; }

p, ul, ol {margin: 20px 30px 10px 0px; color: #666666; font-size:8.5pt; line-height: 1.3em;}

p.intro {margin: 20px 30px 10px 0px; color: #6699cc; font-size:11pt; line-height: 1.3em;}

li {font-size:8pt; line-height: 1.2em; color:#666666; list-style:none; padding-bottom: 3px;}
hr { background-color: #CCCCCC; height:1px; width: 99%; }