html {
	width: 100%;
	height: auto;
	margin: 0;
    padding: 0;	
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
	margin: 0;
    padding: 0;
    background: #fff;
}
table, td {
    border-collapse: collapse;
    border: 0;
    padding: 0;
}
img {
	border: 0;
}
a {
    color: #1F82C8;
	text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

a.red {
    color: #960000;
}
p {
	margin: 0;
}
h1 {
    font-size: 21px;
	font-weight: normal;
	color: #1F82C8;
	margin: 0 0 5px 0;	
}
h2 {
	font-size: 21px;
	font-weight: normal;
	color: #A11010;	
	margin: 3px 0 14px;
}
h3 {
    font-size: 13px;
    color: #1F82C8;
    margin: 0;
	padding: 0; 
	font-weight: Normal; 
}
h5 {
	font-size: 15px;
	color: #777;
	margin: 0 0 5px;
}
h1 span, h2 span {
	font-size: 13px;
	color: #333;
}
input.text {
	border-collapse: collapse;
	border: 1px solid #000;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
}
.displayBlock {
    display: block;
}
.displayNone {
    display: none;
}
.relative {
    position: relative;
    overflow: visible;
}
.alignCenter {
	text-align: center;
}
.empty53 {
    height: 53px;
}
.empty35 {
	height: 35px;
}
.empty25 {
    height: 25px;
}
.empty10 {
    height: 10px;
}
.corner {
	position: absolute;
	width: 10px;
    height: 10px;
}
.cornerLeftTop {
	left: 0;
	top: 0;
	background: url('../img/corners/leftTop.png') left top no-repeat transparent;
}
.cornerRightTop {
    right: 0;
    top: 0;
    background: url('../img/corners/rightTop.png') left top no-repeat;	
}
.cornerLeftBottom {
    left: 0;
    bottom: 0;
    background: url('../img/corners/leftBottom.png') left top no-repeat transparent;
}
.cornerRightBottom {
    right: 0;
    bottom: 0;
    background: url('../img/corners/rightBottom.png') left top no-repeat;  
}
#commentBlock {
	margin-top: 25px;
}
.errors {
	color: #f00;
}
.announce {
    padding-left: 18px;
    margin-bottom: 10px;
    line-height: 14px;
    background: url('../img/common/announce.png') left 2px no-repeat;
    clear: both;
}
.announce h2 {
    color: #960000;
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 10px 0;
}
.announce h2 a {
    color: #960000;
}
.announce h4 {
    color: #960000;
    font-size: 15px;
    font-weight: normal;
    margin: 0; 
}
.announce h4 a {
    color: #960000;
}
.announceLink {
    padding-left: 18px;
    margin-bottom: 15px;
    line-height: 13px;
    color: #960000;
}
.promoLinks {
    margin: 25px 0;
    color: #bbb;
}
.promoLinks a {
    color: #777;    
}
.bottomMenu {
    text-align: center;
    line-height: 30px;
}
.bottomMenu a {
    color: #333;
    text-decoration: underline;
    margin: 0 20px;
}
.bottomMenu a:hover {
    text-decoration: none;   
}
h1.promo {
    display: block;
    position: relative;
    height: 35px;
    margin: 10px 0;
}
h1.promo span {
    display: block;
    position: absolute;
    left: 2px;
    bottom: 0;
    height: 15px;
}
h1 a {
	text-decoration: none;
}
h1 a:hover {
    text-decoration: none;
}
h1.pageHeader {
    display:block;
    background: #e3e3e3;
    padding: 7px;
    color: #333;
}
