/* CSS Document */


/* Site Wide Properties */
body {
	margin: 0px;
	font: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #000;
}

p, td, li, ul, h1, h2, h3, h4, h5, h6  {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #000;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 13px;
	font-weight: bolder;
	color: #000;
	margin: 0;
	font-style: italic;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	line-height: 11px;
	margin: 0 0 5px 0;
}

img 
{
	border: 0;
}

a:link {
	color: #006699;
}

a:visited {
	color: #003366;
}

a:hover {
	color: #6699CC;
}

a:active {
	color: #006699;
}


/* Content Properties */

#navigation  {
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
}

#navigation a {
	text-decoration: none;
}

/* Classes */
.caption_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 12px;
	text-align: left;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 12px;
	text-align: right;
}
