body {
	background:#e8e8ea;
	padding:10px;
	margin:0;
	font-family:"Trebuchet MS",Verdana,Tahoma,sans-serif;
	font-size:13px;
	color:#414648;
	line-height: 1.5em;
	}
table {
	font-size:100%;
	}

h1,h2,h3,h4,h5,h6 {  font-weight: normal; color:#333; }

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.6em; margin-bottom: 0.75em; }
h3 { font-size: 1.4em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

a,
a:visited {
	color:#3285a7;
	}
a:hover {
	color:#235d88;
	}

img {border:none;}

table.header,
table.breadcrump,
table.body,
table.footer {
	width:100%;
	}

table.header {
	background:#fff;
	}
	table.header td {
		padding:20px;
		}
	table.header td.ads {
		text-align:center;
		}

table.breadcrump {
	background:#fff;
	}
	table.breadcrump td {
		padding:20px;
		font-size:10px;
		color:#aaa;
		}

table.body {
	background:#fff;
	}
	table.body td.menu {
		padding:20px;
		width:250px;
		vertical-align:top;
		}
		table.body td.menu ol {
			padding:0;
			margin:0;
			list-style-type:none;
			}
			table.body td.menu ol li {
				padding:0;
				margin:6px 0;
				}
				table.body td.menu ol li li {
					padding:0 0 0 10px;
					
					}
	table.body td.content {
		padding:20px;
		vertical-align:top;
		}

table.footer {
	}
	table.footer td {
		padding:10px 0;
		font-size:11px;
		color:#888;
		}
	table.footer td.counters {
		text-align:right;
		}