BODY, P, DIV,
TD, TH, FORM	{ margin: 0px; padding: 0px; font: normal normal 8pt Tahoma; }

A, A:visited	{
	color: #0066FF;
	text-decoration: underline;
	}
A:hover	{
	color: #0000ff;
	text-decoration: none;
	}

INPUT, TEXTAREA, SELECT { border: solid 1px #0066FF; font: normal normal 8pt Tahoma; }
INPUT.error, TEXTAREA.error, SELECT.error { background: #fff6f6; }

INPUT.checkbox	{ border: 0px; margin: 0px; }
INPUT.submit		{ border: solid 1px #0066FF; cursor: pointer; background: #D5EAFF; font-weight: bold; }
INPUT.image 		{ border: 0px; }

H1, H2, H3, H4, H5, H6 {
	margin: 0px;
	}
H1 { font-size: 12pt; }
H2 { font-size: 11pt; }
H3 { font-size: 10pt; }
H4 { font-size: 9pt; }
H5 { font-size: 8pt; }
H6 { font-size: 7pt; }

UL {
	list-style-image: url(li.gif);
	margin-top: 2px;
	margin-bottom: 2px;
	}

Li.small {
	list-style-image: url(li-sm.gif);
	}

UL.unit { 
	font-size: 9pt;
	font-weight: bold;
	margin-left: 15px;
	padding-left: 2px;
	}

OL.page li {
	list-style-type: decimal;
	font-weight: normal;
	font-size: 8pt;
	}


.bold	{
	font-weight: bold;
	}

.search-result {
	margin: 5px 0px;
	}

#main		{ 
	height: 100%;
	width: 956px;
	border-right: 1px solid #0099ff;
	}

#header {
	width: 956px;
	}

#header #buttons {
	width: 146px;
	padding-top: 15px;
	background: url(img/bttn-bk.jpg) no-repeat;
	}

#header #buttons td {
	padding: 0px 3px;
	}

#container {
	height: 100%;
	}
TD#container {

	}
TABLE#container {
	width: 100%;
	}

#menu {
	width: 140px;
	vertical-align: top;
	background: url(img/left-bk.gif) repeat-y left;
	}

DIV#menuContainer {
	width: 141px;	
	background: url(img/menu-bk.gif) repeat-y 0px;
	}

#contact {
	padding: 50px 15px 0px 5px;
	}

#contact A, #contact A:hover, #contact A:visited {
	color: #0000ff;
	}

#content {	
	vertical-align: top;
	}

.block {
	width: 700px;
	padding: 15px 15px;
	}

#titleBlock {
	width: 100%;
	}

#titleBlock .title {
	width: 294px;
	text-align: right;
	background: url(img/title-bk.gif) repeat-y right;
	}

#titleBlock .title H1 {
	font-size: 11pt;
	margin-right: 10px;
	color: #0066FF;
	}

#titleBlock TD.path {
	background: url(img/path-bk.gif) repeat-y right;
	border-bottom: 1px solid #0099ff;
	}

#titleBlock H5.path {
	padding-bottom: 3px;
	margin-left: 10px;
	}


#footer {
	height: 60px;
	width: 100%;
	background: #0000ff;
	}

#footer #copy {
	width: 141px;
	background: url(img/copy-bk.gif) no-repeat 0px 0px;
	vertical-align: bottom;
	color: #ffffff;
	}

#footer #copy A:link, #footer #copy A:hover, #footer #copy A:visited {
	color: #ffffff;	
	text-decoration: none;
	}

#footer #bmenu {
	width: 515px;
	vertical-align: top;
	padding-top: 30px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background: url(img/bmenu-bk.gif) no-repeat 0px 0px;
	}

#footer #bmenu A:link, #footer #bmenu A:hover, #footer #bmenu A:visited {
	color: #ffffff;	
	}

#footer #banner {
	width: 300px;
	background: url(img/ban-bk.gif) repeat-x top;
	}

#searchDiv {
	position: absolute;
	width: 150px;
	display: none;
	}
#searchDiv .r { background: #0099ff url(img/brdr.gif) repeat-y right; }
#searchDiv .l { background: #0099ff url(img/brdr.gif) repeat-y left; height: 100%; }
#searchDiv .t { background: #0099ff url(img/brdr.gif) repeat-x top; width: 100%; height: 6px; }
#searchDiv .b { background: #0099ff url(img/brdr.gif) repeat-x bottom; height: 6px; }

#searchDiv .blue {
	background: #0099ff;
	}

#searchDiv TD { font-size: 8pt; color: #ffffff; }
.search { width: 120px; background-color: #ffffff; border-color: #0000ff; }

.justify {
	text-align: justify;
	}
	
.word {
/*	text-align: justify; */
	font-size: 9pt;
	border: 1px dotted #0099ff;
	background-color: #E6F2FF;
	margin: 5px 0px;
	padding: 2px;
	}
	
.word-col1, .word-col2, .word-col3 {	
	padding: 0px 5px;
	}

.word-col1, .word-col2 {
	border-right: 3px solid #cccccc;
	}

td.form-label {
	width: 120px;
	padding: 0px 5px;
	font-weight: bold;
	background-color: #E6F2FF;
	}
td.form-field {
	padding-left: 2px;
	}

td.sign, td.err-sign {
	width: 15px;
	text-align: center;
	background-color: #B7D9FF;
	}

td.err-sign {
	background-color: #D90000;
	}
td.err-field {
	padding: 02px 5px;
	font-weight: bold;
	}

.list, .gray {
	padding: 5px;
	}

.gray {
	background: #eeeeee;
	}

TD.list-separator {
	height: 3px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}
	
TD.list-bord {
	border-right: 1px solid #cccccc;
	}

.bord {
	border: 1px solid #cccccc;
	}

.nobr { white-space: nowrap; }