/* default text */
body {
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	color: #000000;
	background-color: #ffffff;
	background: #ffffff;
	margin: 0;
	text-align: center;
	padding-top: 20px;
}
td,tr,table {
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	color: #000000;
}

/* links */
a {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a.subtitle {
	font-size: 8pt;
	color: #6666CC;
	line-height: 12pt;
}
/* images styles */
img {
	border: 0px;
}
img.border {
	border: 1px solid #888888;
	padding: 1px;
	background: FFFFFF;
}
img.right {
	float: right;
	margin: 0.5em 0.5em 1.5em 1.5em;
}
img.left {
	float: left;
	margin: 1.5em 1.5em 0.5em 0.5em;
}
/* default tags */

hr {
	margin: 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
}
blockquote {
		font-size: 8pt;
		font-style: italic;
}

/* the table that lays out the page - the outtermost table */
table.maintable {
	width: 750px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse ;
}

table.bar {
	width: 750px;
	height: 26px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse ;
}
td.leftbar {
	padding: 0px;
	width: 3px;
	height: 26px;
	background: url('/images/leftbar.jpg');
}
td.bar {
	padding: 0px;
	width: 746px;
	height: 26px;
	background: url('/images/bar.jpg');
	background-repeat: repeat-x;
	text-align: right;
}
td.rightbar {
	padding: 0px;
	width: 3px;
	height: 26px;
	background: url('/images/rightbar.jpg');
}
a.bar {
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
a.bar:hover {
	font-weight: bold;
	font-size: 9pt;
	color: #F1000B;
	text-decoration: none;
}
a.bar:active {
	font-weight: bold;
	font-size: 9pt;
	color: #F1000B;
	text-decoration: none;
}
td.menu {
	vertical-align: top;
	width: 200px;
	height: 100%;
	padding: 10px;
	background: url('/images/dot.gif') repeat-y right;
}
td.body {
	vertical-align: top;
	width: 550px;
	height: 100%;
	padding: 10px;
}

div.menu {
	padding-bottom: 5px;
}
div.submenu {
	padding-bottom: 5px;
	padding-left: 15px;
}
a.menu {
	font-weight: bold;
	font-size: 8pt;
	color: #000BF1;
	text-decoration: none;
}
a.menu:hover {
	font-weight: bold;
	font-size: 8pt;
	color: #F1000B;
	text-decoration: none;
}
a.menu:active {
	font-weight: bold;
	font-size: 8pt;
	color: #F1000B;
	text-decoration: none;
}
a.submenu {
	font-size: 8pt;
	color: #000BF1;
	text-decoration: none;
}
a.submenu:hover {
	font-size: 8pt;
	color: #F1000B;
	text-decoration: none;
}
a.submenu:active {
	font-size: 8pt;
	color: #F1000B;
	text-decoration: none;
}

