*
{
	font-family: 'Trebuchet MS', Arial, serif;
	color:#000;
}

body
{
	padding: 0px;
	margin: 0px;
	width:100%;
	height:100%;
	background-color: #ffb400;
}

.bottomBg
{
	background: url('../i/bg/bottombg.png') #ffd200 repeat-x left bottom;
}

.topBg
{
	background: url('../i/bg/topbg.png') no-repeat 50% top;
}

.topBgFix
{
	background: url('../i/bg/topbg.jpg') no-repeat 50% top;
}

.headerBg
{
	background: url('../i/bg/taxibg.gif') repeat-x left top;
}

div#measurer
{
	position: absolute;
	width: 100%;
	top: 0;
	height: 1px;
	line-height: 1px;
}

div#around
{
	position: relative;
	min-width: 950px;
	max-width: 1300px;
}

* html div#around
{
	width: expression(
	(
		document.getElementById('measurer')
		&& document.getElementById('measurer').clientWidth < 950
	)
	?	'950px'
	:	(
			document.getElementById('measurer')
			&& document.getElementById('measurer').clientWidth < 1300
		)
		?	'100%'
		:	'1300px'
	);
}

#error404Block
{
	padding: 0 0 100px 200px;
}

#error404Block h1
{
	font-size:150%;
	margin:0;
}

#error404Block p
{
	margin: 0.4em 0 2.5em 0;
}

#error404Block a
{
	font-size:75%;
}

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

p
{
	font-size:85%;
	line-height:1.7em;
	margin-top:1em;
}

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:160%;
	font-weight:normal;
	margin: 1.2em 0 0.3em 0;
	clear:both;
}

h4
{
	font-size:90%;
	font-weight:bold;
	margin: 0.5em 0;
}

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

li
{
	list-style-type: none;
	text-indent:-1.5em;
	margin: 0.4em 0 0.4em 1.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 #000;
}

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

.none
{
	display:none;
}

.visible
{
	display:block;
}


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

a
{
	text-decoration:underline;
	color:#069;
}
a:hover
{
	text-decoration:underline;
	color:#cd270b;
}


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

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

table.pTable td
{
	font-size:85%;
	padding: 0.7em 25px 0.7em 0;
	border-bottom: 1px solid #e5bd00;
}

table.pTable td p
{
	font-size:100%;
	margin:0;
	line-height:normal;
}

.pNote
{
	padding: 0.8em 20px 1em 20px;
	background-color:#ffe464;
	border: 3px dashed #fff;
	margin: 0 0 1em 40px;
}

.pNote h4
{
	font-style:italic;
	font-weight:bold;
	font-size: 80%;
	margin: 0.4em 0 0 0;
}

.pNote p
{
	font-size:75%;
	font-style:italic;
	margin: 0.6em 0 0 0;
	line-height: 1.5em;
}

.pFileattach,
.pFileword,
.pFileexcel
{
	padding: 0.6em 10px 0.4em 36px;
	height: 36px;
}

.pFileLink
{
	font-size:85%;
}

.pFileSize
{
	display:block;
	font-size:70%;
	color:#7f6900;
	margin: 0.2em 0 0 0;
}

.pFileattach
{
	background: url('../i/icons/default.gif') no-repeat left center;
}

.pFileword
{
	background: url('../i/icons/word.gif') no-repeat left center;
}

.pFileexcel
{
	background: url('../i/icons/excel.gif') no-repeat left center;
}


h3.pHeader
{
	font-size:100%;
}

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;
}

.pNone{display:none;}
.pVisible{display:block;}

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

div.path
{
	padding-top: 0.8em;
}

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

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

div.path h1
{
	font-size:200%;
	font-weight:bold;
	margin: 0.1em 0 0.5em 0;
}