		
/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, a img { border: none!important; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
.cc { clear: both; }

/* Main styles
------------------------------ */

html {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333;
}
body { height: auto !important; height: 100%; min-height: 100%; } /* body height 100% */

a {
	color: #06C;
}
a:visited {  }
a:hover {  }
a:active {  }
.menu-h li {
	float: left;
	list-style: none;
	padding-top: 0;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 0px;
}
.menu-h a {
	display: block;
}
.menu-h a:hover { text-decoration: underline; }
			
/* Vertical Menu
------------------------------ */

.menu-v {
	margin-bottom: 0px;
}
.menu-v li {
	list-style: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 6px;
	margin-left: 24px;
	padding-left: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
}
.menu-v li.sel {


}



.menu-v li ul {
	margin-top: 2px;
}
.menu-v li li {
	padding-left: 12px;
}
.menu-v li.sel li.sel {
	padding-left: 12px;
}
.menu-v li.sel a {
	text-decoration: underline;
	color: #000;
}

.menu-v li.sel li a {

}
.menu-v li.sel li.sel a {
	color: #000;
}

.menu-v a {
	display: block;
	color: #06C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
.menu-v a:hover { text-decoration: underline; }
			
/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4 {
	margin-bottom: .5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
}
.content h2 { font-size: 1.5em; }
.content h3 { font-size: 1.3em; font-weight: bold; }
.content h4 { font-size: 1.1em; font-weight: bold; }

.content ul, .content ol { margin-left: 3em; line-height: 1.3em; }
.content ul li, .content ol li { margin-bottom: .2em; }
.content p, .content ul, .content ol, .content dl, blockquote ,pre ,.columns ,.content img, hr   { margin-bottom: 11px; }
/*	Tables
------------------------------ */

table.brd {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;

}
table.brd th , table.brd td{
	padding: 2px 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}
table.brd th{ background: #f4f4f4; }
table.brd td{
	text-align: center;
}
			
table.brd td.a-left {
	text-align: left;
}
.content h2 {
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 28px;
}
.content .cTxt h1 {
	color: #A50500;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.content .cTxt h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	color: #A50500;
	font-size: 13pt;
	font-weight: bold;
}


img.f-left { margin-right: 1em; }
img.f-right { margin-left: 1em; }

/* Text align, float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }

/* Content Form
------------------------------ */

.content form { padding: .5em 0; }
.content fieldset { margin-bottom: 1em; border: none; }
.content legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }
.f-row  {
	overflow: hidden;
	margin-bottom: 12px;
}
label  {
	padding: 4;
}
.f-inputs  {
	margin-top: 6px;
}

.f-actions { padding-top: 1em; border-top: 1px solid #ccc; }

/* Inputs
------------------------------ */

input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 200px; padding: 1px; font: 1em sans-serif; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; }
.clear {
	clear: both;
	height: 0px;
}
.cTxt p, .cTxt ul, .cTxt ol {
	margin-bottom: 12px;
}
.cTxt .formTxt {
	font-size: 12pt;
	width: 95%;
	border: 1px solid #CCCCCC;
}
.cTxt .formButt {
	font-size: 12pt;
	border: 1px solid #666666;
	background-color: #D1D1D1;
	padding: 4px;
	cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.cTxt ul, .cTxt ol {
	margin-bottom: 12px;
	list-style-position: inside;
}

.cTxt h2 {
	font-size: 18pt;
	font-weight: normal;
	color: #900;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 8px;
}



/* Corners (em)
------------------------------ */

.corners { position: relative; overflow: hidden; }
.corners em.tl, .corners em.tr, .corners em.bl, .corners em.br { position: absolute; font-size: 1px; }

.corners-2 em.tl, .corners-2 em.tr, .corners-2 em.bl, .corners-2 em.br { width: 4px; height: 4px; background-image: url(../i/corners/corners-2.png); }
	.corners-2 em.tl { left: -2px; top: -2px; } .corners-2 em.tr { right: -2px; top: -2px; } .corners-2 em.bl { left: -2px; bottom: -2px; } .corners-2 em.br { right: -2px; bottom: -2px; }
.corners-3 em.tl, .corners-3 em.tr, .corners-3 em.bl, .corners-3 em.br { width: 6px; height: 6px; background: url(../i/corners/corners-3.png); }
	.corners-3 em.tl { left: -3px; top: -3px; } .corners-3 em.tr { right: -3px; top: -3px; } .corners-3 em.bl { left: -3px; bottom: -3px; } .corners-3 em.br { right: -3px; bottom: -3px; }
.corners-4 em.tl, .corners-4 em.tr, .corners-4 em.bl, .corners-4 em.br { width: 8px; height: 8px; background: url(../i/corners/corners-4.png); }
	.corners-4 em.tl { left: -4px; top: -4px; } .corners-4 em.tr { right: -4px; top: -4px; } .corners-4 em.bl { left: -4px; bottom: -4px; } .corners-4 em.br { right: -4px; bottom: -4px; }
.corners-5 em.tl, .corners-5 em.tr, .corners-5 em.bl, .corners-5 em.br { width: 10px; height: 10px; background: url(../i/corners/corners-5.png); }
	.corners-5 em.tl { left: -5px; top: -5px; } .corners-5 em.tr { right: -5px; top: -5px; } .corners-5 em.bl { left: -5px; bottom: -5px; } .corners-5 em.br { right: -5px; bottom: -5px; }
.corners-6 em.tl, .corners-6 em.tr, .corners-6 em.bl, .corners-6 em.br { width: 12px; height: 12px; background: url(../i/corners/corners-6.png); }
	.corners-6 em.tl { left: -6px; top: -6px; } .corners-6 em.tr { right: -6px; top: -6px; } .corners-6 em.bl { left: -6px; bottom: -6px; } .corners-6 em.br { right: -6px; bottom: -6px; }
.corners-7 em.tl, .corners-7 em.tr, .corners-7 em.bl, .corners-7 em.br { width: 14px; height: 14px; background: url(../i/corners/corners-7.png); }
	.corners-7 em.tl { left: -7px; top: -7px; } .corners-7 em.tr { right: -7px; top: -7px; } .corners-7 em.bl { left: -7px; bottom: -7px; } .corners-7 em.br { right: -7px; bottom: -7px; }
.corners-8 em.tl, .corners-8 em.tr, .corners-8 em.bl, .corners-8 em.br { width: 16px; height: 16px; background: url(../i/corners/corners-8.png); }
	.corners-8 em.tl { left: -8px; top: -8px; } .corners-8 em.tr { right: -8px; top: -8px; } .corners-8 em.bl { left: -8px; bottom: -8px; } .corners-8 em.br { right: -8px; bottom: -8px; }
.corners-9 em.tl, .corners-9 em.tr, .corners-9 em.bl, .corners-9 em.br { width: 18px; height: 18px; background: url(../i/corners/corners-9.png); }
	.corners-9 em.tl { left: -9px; top: -9px; } .corners-9 em.tr { right: -9px; top: -9px; } .corners-9 em.bl { left: -9px; bottom: -9px; } .corners-9 em.br { right: -9px; bottom: -9px; }
.corners-10 em.tl, .corners-10 em.tr, .corners-10 em.bl, .corners-10 em.br { width: 20px; height: 20px; background: url(../i/corners/corners-10.png); }
	.corners-10 em.tl { left: -10px; top: -10px; } .corners-10 em.tr { right: -10px; top: -10px; } .corners-10 em.bl { left: -10px; bottom: -10px; } .corners-10 em.br { right: -10px; bottom: -10px; }
.sd a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7pt;
	color: #999;
}
.main .sd {
	text-align: right;
}

