*
{
	font-family: Tahoma, sans-serif;
	color:#333;
}

body
{
	padding: 0;
	margin: 0;
	width:100%;
	height:100%;
	background:url('../i/head_bg.jpg') left top no-repeat;
}

/* general
-------------------------*/

p
{
	font-size:85%;
	color:#333;
	line-height:1.5em;
	margin-top:0.5em;
}

h1
{
	font-size:130%;
	margin: 0 0 0.5em 0;
	clear:both;
}

h2
{
	font-size:160%;
	margin: 0 0 0.5em 0;
	font-weight:bold;
}

h3
{
	font-size:120%;
	font-weight:normal;
	color:#333;
	margin: 0.5em 0 0.4em 0;
	clear:both;
}

h4
{
	font-size:90%;
	font-weight:bold;
}

ul, ol
{
	margin-top: 0.5em;
	padding-left:0;
	margin-left:0;
	font-size:85%;
	color:#333;
	line-height:1.4em;
}

li
{
	list-style-type: none;
	text-indent:-1.1em;
	margin: 0.4em 0 0.4em 2.5em;
}

ol li
{
	list-style-type:decimal;
	text-indent:0;
}

table
{
	border-collapse: collapse;
	width: 100%;
	border:0;
}

td
{
	margin: 0em;
	padding: 0em;
	vertical-align: top;
}

img.borderImg
{
	border: 1px solid #ccc;
}

.imgBlock{float:left; border: 1px solid #ccc; background-color:#fff;}
.imgBlock img{margin: 4px; border:0;}


.none
{
	display:none;
}

.visible
{
	display:block;
}

.png
{
	behavior: url('/png.htc');
}

.textBlock
{
	padding: 2em 20px;
}


/* links
-------------------------*/

a
{
	text-decoration:underline;
	color:#115eab; 
}
a:hover
{
	text-decoration:underline;
	color:#cd3210;
}


/* paragraph
-------------------------*/

div.pContent
{
	clear:both;
	padding-bottom:1em;
}

div.pContent p
{
	line-height:1.6em;
}

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:#999;
	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 th
{
	font-size:80%;
	padding: 1.2em 10px 0.5em 10px;
}

table.pTable td
{
	font-size:75%;
	padding: 0.5em 10px;
	border-bottom: 1px solid #efefef;
}

table.pTable 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 span
{
	font-size:70%;
	color:#ccc;
}

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
{
	text-decoration:none;
	border-bottom: 1px dashed #3e79b3;
}

h3.pHeader a:hover
{
	text-decoration:none;
	border-bottom: 1px dashed #74b5e0;
}

h3.pHeader a.cur
{
	border-bottom: 1px dashed #f28b05;
	color:#f28b05;
	text-decoration:none;
}


h3.minH,
h3.minHCur
{
	font-size:95%;
	margin: 1em 0 0 0;
	padding: 0;
	cursor: pointer;
	cursor: hand;
	font-weight: normal;
	line-height: 1.3em;
}

h3.minH a,
h3.minH a:visited
{
	border-bottom: 1px dashed #3e79b3;
	text-decoration:none;
}

h3.minHCur a,
h3.minHCur a:visited
{
	color:#3e79b3;
	text-decoration:none;
}

h3.minH a:hover,
h3.minHCur a:hover
{
	border-bottom: 1px dashed #74b5e0;
	text-decoration:none;
}


/* path
-------------------------*/

div.path
{
	color:#333;
}

div.path a
{
	font-size:80%;
}

div.path span
{
	font-size: 85%;
	color:#333;
}

div.path h1
{
	font-size:170%;
	margin: 0.2em 0 0.5em 0;
}


/* round */

.lt,
.rt,
.rb,
.lb
{
	width:10px;
	height:10px;
	position: absolute;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	behavior: url('/png.htc');
}

.lt
{
	background-image: url('/i/round/lt.png');
	left:0;
	top:0;
}

.rt
{
	background-image: url('/i/round/rt.png');
	right:0;
	top:0;
}

.rb
{
	background-image: url('/i/round/rb.png');
	right:0;
	bottom:0;
}

.lb
{
	background-image: url('/i/round/lb.png');
	left:0;
	bottom:0;
}