/* @group Reset */

* {
	padding: 0;
	margin: 0;
}

p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin:20px 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20 0px;
	color: #686b72;
}

h1 {
	font-size:22px;
}

li, dd, blockquote {
	margin-left: 40px;
}

fieldset {
	padding:10px;
}

/* @end */

/* @group Body */

body {
	background: #dbdce0 url('/file/3405125a6b7/bg.gif') repeat-x fixed 0 0;
	margin-top: 10px;
}

body,td,div {
	color: #414347;
	font: 11px/1.5em verdana, helvetica, arial, sans-serif;
}

/* @end */

/* @group Link */

a {
	text-decoration: none;
	color: #1c05fd;
}

a:link {
	color: #1c05fd;
}

a:visited {
	color: #1c05fd;
}

a:hover {
	color: #717efd;
}

a:active {
	color: #1c05fd;
}

/* @end */

/* @group Table */

table {
	border-collapse: collapse;
	border-spacing: 0px;
}



/* @end */

/* @group Menu */

table.main td.menu {
	background-color: #686b72;
	color: #fff;
	padding: 10px;
	font: bold 14px "Trebuchet MS";
}

table.main td.menu div.l1 {
	margin: 0 2 2 2px;
}

table.main td.menu div.l1 a {
	display: block;
	margin: 0px;
	padding: 4 10px;
	background: #8b8c90;
	text-align: left;
	text-decoration: none;
	font: normal 13px "Trebuchet MS";
	color: #fff;
}

table.main td.menu div.l1 a:hover {
	background-color: #949599;
	color: #fff;
}

table.main td.menu div.l2 ul {
	list-style-type: none;
	padding: 0 0 0 15px;
	margin: 0 0 2 0px;
}

table.main td.menu div.l2 ul li {
	padding: 0;
	margin: 0;
}

table.main td.menu div.l2 ul li a {
	text-decoration: none;
	color: #fff;
}

table.main td.menu div.l2 ul li.bold a {
	font-weight: bold;
}

table.main td.menu div.l2 ul li a:hover {
	color: #cecece;
}

/* @end */

/* @group Menu Bottom */

table.main td.menubottom {
	background-color: #686b72;
	width: 180px;
}

table.main td.menubottom div.container, table.main td.menubottom div.container a {
	font: bold 11px "Trebuchet MS";
	color: #fff;
}

table.main td.menubottom div.container {
	border-top: 1px solid #dadbe1;
	padding: 10px;
}


/* @end */

/* @group Main */

table.main td.main {
	background-color: #fff;
}

table.main td.main table.border td.border {
	border: 1px solid #686b72;
}

table.main td.main table.border div.container {
	padding: 15px 10px;
	width: 728px;
}

/* @end */