html, body {
	color: #2a1a1a;
	font-size: 13px;
	font-style: normal;
	background: #fff;
	font-weight: normal;
	font-variant: normal;
	font-size-adjust: none;
	margin: 0px; padding: 0px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

* {
	list-style: none;
	outline-style: none;
}

select {
/*	border: 1px solid #aeaeae; */
}

ul, li, div, span, p, ol, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;	
	cursor: default;
}

img {
	border: 0px;	
}

h1, h2, h3, h4, h5 {
	font-size: 24px; 
	text-align: left; 
	font-weight: normal;
	padding: 5px 0px 0px 0px;
}

h1 {
	font-size: 20px;
	font-weight: bold;	
	padding: 5px 0px 2px 0px;
}

h2 {
	color: #bb0000;
	font-size: 18px;
	font-weight: bold;
}


h3 {
	font-size: 14px;
	font-weight: bold;
}

h2.error {
	font-weight: bold;
	color: #C80000;
}

h3.border {
	border-bottom: 1px solid #D6B070;
	margin: 10px 0px 5px 0px;
	padding: 2px 5px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

.icon-head {
	font-size: 14px;
	color: #363736;
	margin-bottom: 5px;
	line-height:20px;
	min-height:20px;
	vertical-align:bottom;	
}

.icon-head img {
	margin-bottom: -3px;
}

p {
	padding: 0px 0px 5px 0px;
}

a, a:link, a:visited, a:hover, a:active {
	color: #000;
	font-size: 12px;
	text-decoration: underline;
}

.inner_main2 a, 
.inner_main2 a:link, 
.inner_main2 a:visited, 
.inner_main2 a:hover, 
.inner_main2 a:active {
	font-weight: bold;
	text-decoration: none;
}

.inner_main2 a:hover {
	text-decoration: underline;	
}

a:hover {
	color: #c80000;
}
a:focus {
	outline: none
}

.green {
	color: #a6cb2b;
}
.red {
	color: #b10000;
}
.yellow {
	color: #ffeb07;
}
#__submit__ {
	margin-top: 5px;
}

.info {
	color: #0060b1;
	font-weight: bold;
}

.msg {
	padding: 15px 10px;
	text-align: center;
	background: #ceffd3;
	font-weight: bold;
	font-size: 16px;
	margin: 5px -11px;
	border-bottom: 1px solid #aeaeae;
	border-top: 1px solid #aeaeae;
}
.msg a,
.msg a:link,
.msg a:active,
.msg a:hover,
.msg a:visited {
	font-weight: bold;
	font-size: 16px;
}

.site_error {
	color: red;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	background: #fffafa;
	padding: 0px 5px;
}

span.text_error {
	color: red;
}

.border_bottom {
	border-bottom: 1px solid #D6B070;	
}

.topic_img {
	margin-bottom: 5px;
}

#zoom {
	z-index: 1000;
}

.sendform input[type="text"],
.sendform input[type="password"],
.sendform textarea,
.editform input[type="text"],
.editform input[type="password"],
.editform textarea {
	border: 1px solid #ffdb9a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	padding: 3px 5px;
}

