* {font-family: Arial, sans-serif;}

body
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#34607d;
}

.mainBlock
{
	width:100%;
	position:relative;
}

.contentBlock
{
	width:900px;
	position: relative;
	left:50%;
	margin-left:-450px;
	padding: 1.7em 0 2em 0;
	
}

.contentWrapper
{
	background-color:#fff;
}

.footerBlock
{
	width:700px;
	position: relative;
	left:50%;
	margin-left:-350px;
}

.footerWrapper
{
	background-color:#e3e9ea;
}

.error404Block
{
	position:absolute;
	width:495px;
	height:495px;
	background: url('/i/bg/404bg.gif') no-repeat 0 0;
	left:50%;
	top:50%;
	margin: -248px 0 0 -248px;
	cursor:pointer;
	cursor:hand;
}

.error404Text
{
	position: absolute;
	width:330px;
	top: 160px;
	left:90px;
}

.error404Text h1
{
	font-size:180%;
	color:#fff;
	margin:0 0 0.8em 0;
	line-height:1.3em;
	font-weight: normal;
}

.error404Text h2
{
	font-size:120%;
	color:#fff;
	margin:0 0 0.8em 0;
	line-height:1.6em;
	font-weight: normal;
}

.error404Text a,
.error404Text a:hover
{
	color:#fff;
}


/* general */
p
{
	font-size:80%;
	color:#333;
	line-height:1.8em;
}

h3
{
	font-size:160%;
	font-weight:bold;
	color:#333;
	margin:0 0 0.5em 0;
	padding:0;
	clear:both;
}

h4
{
	color:#333;
}

ul{margin-top: 0.5em; padding-left:0; margin-left:0; font-size:85%; color:#333; line-height:1.6em;}
ol{margin-top: 0.5em; padding-left:0; margin-left:1em; font-size:85%; color:#333; line-height:1.6em;}
ol li{list-style-type:decimal;margin: 0.4em 0 0.4em 1em; }
ul li{list-style-type:none; margin: 0.4em 0 0.4em 1em; background: url('../i/list.gif') no-repeat left 0.8em; padding-left:16px;}

img.borderImg{border: 1px solid #999;}

.imgBlock{float:left; border: 1px solid #ccc; background-color:#fff;}
.imgBlock img{margin: 4px; border:0;}

.highlight td{background-color:#f4f2de;}

table
{
	padding:0;
	margin:0;
	width:100%;
	border-collapse: collapse;
}

td, th
{
	padding:0;
	margin:0;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}


/* paragraph */
div.pContent{clear:both; padding-bottom:1em;}
div.pContent p{line-height:1.6em; font-size:85%;}

div.imgTop{padding: 0.8em 0 0.5em 0;}
div.imgLeft{float:left; padding: 0.5em 1em 0.8em 0;}
div.imgRight{float:right; padding: 0.5em 0 0.8em 1em;}
div.imgBottom{padding: 0.4em 0 0.8em 0;}

p.caption{font-size:70%; color:#666; font-style:italic; margin: 0.5em 0;}

table.pTable{clear:both; width:100%; border-collapse:collapse; margin: 0.5em 0 1.2em 0;}
table.pTable td{font-size:75%; color:#333; padding: 0.5em 10px; border-bottom: 1px solid #dedede;}
table.pTable th{font-size:75%; color:#333; padding: 0.5em 10px;}
table.pTable td p{font-size:100%; margin:0; line-height:normal;}

table.normal{clear:both; width:100%; border-collapse:collapse; margin-bottom:1.2em; border: 1px solid #dedede;}
table.normal td{font-size:75%; color:#333; padding: 0.5em 10px; border: 1px solid #dedede;}
table.normal td p{font-size:100%; margin:0; line-height:normal;}

div#paragraphFile{padding: 0.5em 10px 0.5em 28px; height:26px;}
div#paragraphFile a{font-size:80%;}
div#paragraphFile small{font-size:70%; color:#999;}

div.attach{background: url('/i/icons/default.gif') no-repeat left center;}
div.pdf{background: url('/i/icons/pdf.gif') no-repeat left center;}
div.word{background: url('/i/icons/word.gif') no-repeat left center;}
div.excel{background: url('/i/icons/excel.gif') no-repeat left center;}
div.zip{background: url('/i/icons/zip.gif') no-repeat left center;}

h3.pHeader{font-size:85%;}
h3.pHeader a{border-bottom: 1px dashed #5682bc; text-decoration:none;}
h3.pHeader a:hover{border-bottom: 1px dashed #f28b05; text-decoration:none;}
h3.pHeader a.cur{border-bottom: 1px dashed #f28b05; color:#f28b05; text-decoration:none;}

table.pNone{display:none;}
table.pVisible{display:block;}


/* links */
a{text-decoration:underline; color:#34607d;}
a:hover{text-decoration:underline; color:#ee8100;}


/* path */
div.path {color:#333;}
div.path a{font-size:90%;}
div.path small{font-size: 85%; color:#333;}
div.path h1{font-size:180%; margin-top:0.3em;}