* {
	color: #4949aa;
	font-size: 12px;
}

h1 {
	font-size: 20px;
	font-weight: normal;
}


h2 {
	font-size: 16px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}

font.hdr_title {
	font-size: 23px;
	font-style: Verdana;
	color: #4949aa;
}

font.hdr_write {
	font-size: 12px;
	font-style: Verdana;
	color: #4949aa;
}

tr.drk {
	background-color: #d2e6ff;
}

tr.lgh {
	background-color: #f0ffff;
}

a:link {
	font-size: 10px;
	color: #92b6ff;
}
a:visited {
	font-size: 10px;
	color: #92b6ff;
}

a:hover {
	font-size: 10px;
	color: #4949aa;
}

a:active {
	font-size: 10px;
	color: #4949aa;
}

a:focus {
	font-size: 10px;
	color: #4949aa;
}

a[class='cont']:link {
	font-size: 14px;
	color: #92b6ff;
}
a[class='cont']:visited {
	font-size: 14px;
	color: #92b6ff;
}

a[class='cont']:hover {
	font-size: 14px;
	color: #4949aa;
}

a[class='cont']:active {
	font-size: 14px;
	color: #4949aa;
}

a[class='cont']:focus {
	font-size: 14px;
	color: #4949aa;
}

input {
	border: solid;
	border-width: 1px;
	border-color: #4949aa;
	color: #4949aa;
	background: #FFFFFF;
	text-align: left;
}

input[type='submit'] {
	border: solid;
	border-width: 1px;
	border-color: #4949aa;
	color: #4949aa;
	background: #92b6ff;
	text-align: center;
}

