body {
	font-family: Helvetica,Arial,sans-serif;
	background-color:#fff;
	font-size:13px;
	line-height: 1.6;
	position: relative;
	color:#271d17;
	width: 1010px;	
	margin: 0px auto;
}
hr {
	width: 20%;
	border-style: dashed;
	color: #f0f7ff;
}
p 
{
	text-align:left;
	padding-left:5px;
}

#page
{
	background-color: #fff;
	margin: 0 auto;
	padding:10px;
}
#content
{
	background-color: #fff;
	width: 970px;
	margin: 0 auto;
	padding:10px;
}
#cont
{
	background-color: #FfFfFf;	
	width: 950px;
	margin: 0 auto;
	padding:10px;
	text-align:left;
}
img {
	border:0px;
}
.hoverable:hover
{
	text-decoration:underline;
	cursor:pointer;
}
td {
    text-align: center;
}
a
{
	color: #002bb8;
	text-decoration: none;
}
a:hover 
{
	color: #001b74;
	text-decoration: underline;
}
td.code {
	background-color: #FFFFEF;
}
td.sb {
	font-size: 1.34em;
	line-height: 1.2em;
	color: #404040;
	width: 30px;
}
td.altc
{
	font-size: 13px;
	background: #808080;
	color:#fff;
	width: 3em;
}
td.wh {
	background-color: #FAFAFA;
	color: #405060;
	width: 18em;
}
table.contentlinks
{
	color: #000000;
}

input
{
	font: 17px 'Trebuchet MS', Arial, Sans-serif; color: #111;
	background-color: #FAFAFA;
	color: #000000;
	text-align: left;
}
td.whr {
	background-color: #FBFBFB;
}
.tb
{
	height:30px;
}
ul
{
	padding-left:30px;
}
li
{
    text-align:left;
    margin: 4px 0;
}


h1,h2,h3,h4,h5,h6, li, ul, ol {
	margin: 0;
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	text-align:left;
	color: Black;
	background: none;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 1px;
	border-bottom: 1px solid #f0f0f0;
	text-shadow:0 0px 5px #eee;
}
h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	border:none;
}

h1 {
	font-size:	25px;
	margin-bottom: 10px;
}
h2 {
	font-size:	20px;
	font-weight:bold;
}
h3 {
	font-size:	17px;
}
h4 {
	font-size:	15px;
}
h5 {
	font-size:	13px;
}
h6 {
	font-size:	11px;
}

p 
{
	 margin:0;
	 padding-top:2px;
	 padding-bottom:3px;
}


strong {
	color:#000000;
	font-weight:700;
}
.breadcrumbs a {
	text-decoration: underline;
}

.infoBlock {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif; background:#fff;
	background-color:#ffffff;
	font-size:13px;
	line-height: 1.4;
	padding:2px 8px 2px 6px;
	margin:2px 8px 2px 6px;
	text-align:left;
}
.linkBlock {
	background-color:#ffffff;
	width:95%;
	margin: 0px auto;
	text-align:center;
}
.linkBlock td {
	padding:2px 15px;
	border-right:dotted 1px #eaeaFf;
}
.linkBlock a {
	font-weight:bold;
	padding-bottom:4px;
	height:14px;
	font-size:13px;
	text-decoration: underline;
}
.linkBlock td:hover {
    background-color:#FDFEFF;
}

.lowBan {
	width:735px;
	padding:4px;
	margin:4px;
}
.highBan {
	width:166px;
	padding:8px 0px 8px 8px;
	margin:5px 2px 5px 2px;
}
.Ban {
	padding:6px;
	margin:3px;
}

#contacts {
	text-align:center;
	background-color: #FaFaFa;
	margin-top:	5px;
	padding:	10px;
	font-size:	12px;
	border-top:	solid 1px #E0E0E0;
}
a:visited
{
	 color: #0015d8;
}
a:focus
{
	color: #ca7000; 
}
a:active 
{
	color: #ffa500; 
}
blockquote
{
	border-left:	solid 1px #E0E0E0;
	text-align:left;
	margin-left:5px;
	padding:4px;
}

.listed {
    margin:4px 0;
    padding:0;
}


/* Selection */
::-moz-selection{
	background:#1c0000;
	color:#fff;
}

::selection {
	background:#1c0020;
	color:#fff;
}


	.snippet {		
		color:#60696f;
		padding:5px 0;
/*		margin:10px 0px 5px 0px;*/
		border-radius:2px;
		-moz-border-radius:2px;
		text-align:left;
/*		background-color:#f0f8ff;*/
	}
	.snippet:active, .snippet:focus {		
		background-color:#dceefc;
	}
	.snippet_img {
		float:left;
		padding:4px;
		margin-right:8px;
		border:solid 1px #dfdfdf;
		border-right:solid 1px #e6e6e6;
		background-color:#fff;	
		width:202px;
		-moz-border-radius:2px;
		border-radius:2px;
	}

	.snippet_link {font-size:15px; color:#217fcc; font-weight:bold; line-height:1;}

	a.snippet_link:focus,a.snippet_link:visited:focus {color:#4e8e00; text-decoration:underline;}
		a.snippet_link:hover {text-decoration:underline; color:#00467f;}
		a.snippet_link:hover .snippet_img {border:solid 1px #b3c7d8; border-right:solid 1px #c0d1df;}
		a.snippet_link:focus .snippet_img {border:solid 1px #638aab;}

	    .snippet:hover .snippet_desc {color:#444;}

li {padding-bottom:5px;}