* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	outline: none;
}

body {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

p {
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

a {
	color: #0054A6;
}

.mainTbl {
	width: 100%;
	height: 100%;
}

.leftCell {
	width: 50%;
}

.rightCell {
	width: 50%;
}

.contentCell {
	height: 100%;
	vertical-align: top;
	padding: 45px 0px 0px 0px;
}

.logo {
	margin: 0px 0px 10px 0px;
}

/* Header settings */

.header {
	background: #FFFFFF url(../bg_top.gif) top repeat-x;
}

.header a {
	display: block;
	position: relative;
	width: 98px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background: transparent url(../bg_link.gif) left repeat-x;
}

.header a span {
	display: block;
	line-height: 55px;
	height: 55px;
	cursor: pointer;
	background: transparent url(../bg_link_corn.gif) left no-repeat;
}

.header a:hover {
	background: transparent url(../bg_topact.gif) left repeat-x;
}

.header a:hover span {
	background: transparent url(../bg_linkact_corn.gif) left no-repeat;
}

.header a.active {
	background: transparent url(../bg_topact.gif) left repeat-x;
}

.header a.active span {
	display: block;
	line-height: 55px;
	height: 55px;
	background: transparent url(../bg_linkact_corn.gif) left no-repeat;
	cursor: pointer;
}

/* Content table settings */

.contentTbl {
	width: 100%;
}

.contentTbl .leftCell {
	width: 100%;
	vertical-align: top;
}

.contentTbl .rightCell {
	vertical-align: top;
}

.innerContentCell {
	width: 100%;
	padding: 10px;
	vertical-align: top;
}

.formBlock {
	width: 100%;
	background: #E1ED90 url(../bg_formblock.gif) bottom repeat-x;
	margin: 0px 0px 10px 0px;
}

.hdr {
	font-weight: bold;
	color: #4D7000;
}

.inp{
	border: 1px solid #9C9C9C;
	color: #464646;
	width: 100%;
	font-size: 11px;
}

.but {
	background: #666766 url(../but_bg.gif) center repeat-x;
	border: none;
	color: #FFFFFF;
}

.small {
	font-size: 10px;
}

.red {
	color: #FF0000;
}

.lnkBig {
	font-weight: bold;
	color: #464646;
	text-decoration: none;
}

.lnkBig:hover {
	color: #FF0000;
	text-decoration: underline;
}

.hsep {
	background-color: #CCCCCC;
	height: 1px;
	margin: 10px 0px 10px 0px;
}

.subMenuLevel p {
	margin-left: 10px;
	font-weight: bold;
}

.subMenuLevel a {
	color: #A52A2A;
}

/* Footer settings */

.footer {
	background: #FFFFFF url(../bg_ftr.gif) bottom repeat-x;
}

.footer p {
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 10px;
}

.footer a {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

.footer a:hover {
	text-decoration: underline;
}