* {
	font-size: 11px;
}

A {
	color: #c81020;
}

BODY {
	background-color: #fbdcb0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}



.conList {
	font-size:   11px;
	text-align: justify;
}
	
.conList H1 {
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	color: #c81020;
	font-weight : lighter;
}

h3 {
	font-size: 16px;
}

#err {
	position: absolute;
	top: 250px;
	width: 750px;
}

#err H2 {
	font-size: 14px;
	margin-bottom: 8px;
}

.conList H2 {
	background-color: #c81020;
	font-size:	 12px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	height: 20px;
	padding-top: 2px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-weight : lighter;
}

.siteList {
	font-size:   11px;
	text-align: justify;
}

.siteList .tagLine {
	font-size:   12px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0px;
}

.siteList H2, .siteList P {
	margin: 		0px;
	margin-bottom: 10px;
}

.siteList .katLink {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.siteList .katLink:hover {
	color: #c81020;
	text-decoration: underline;
}

.conList A, .siteList A {
	color: #c81020;
	text-decoration: none;
}

.siteList .rubLinkTxt {
	font-style : italic;
}

.siteList .rubLink {
	font-style: normal;
	font-weight: bold;
}

.siteList .rubLink:hover {
	text-decoration: underline;
}


#endHtm A {
	font-size: 10px;
	color: #dd840b;
	text-decoration: none;
}

.linkBut {
	width: 250px;
	height: 20px;
	padding-top: 2px;
	border: 1px solid #000000;
	font-weight: bolder;
	background-color:  #c81020;
	text-align: center;
}


.linkBut:hover {
	background-color: #000000;
}


.errMess {
	width: 572px; 
	border: 1px solid #C80F1F; 
	background-color: #FDEEDB; 
	padding: 10px
}

.errMess H3 {
	font-size: 16px; 
	color: #C80F1F;
}

.okMess {
	width: 572px; 
	border: 1px solid #C80F1F; 
	background-color: #FDEEDB; 
	padding: 10px
}

.okMess H3 {
	font-size: 16px; 
	color:  #C80F1F;
}

.okMess A {
	color:  #C80F1F;
}

.okMess A:hover {
	color:  #C80F1F;
	text-decoration: none;
}

.copy {
	font-size: 11px;
	color: #454545;
}