@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #767676;
	font-size: 11px;
	background: url(img/back.jpg) repeat-x top #CDE1F4;
}


h1 {
	font-size: 17px;
	color: #AF4835
}

h2 {
	font-size: 15px;
	color: #AF4835
}

h3 {
	font-size: 14px;
	color: #607288;
}

a {
	color: #AF4835;
}

a:visited {
	color: purple;
}

a:hover {
	color: red;
	text-decoration:none
}



TD>img {
	display:block
}

#mainframe {
	width: 95%; 
	margin: auto;
	max-width:1200px
}

#tmenu {
	background: url(img/menu.png) repeat-x; 
	height: 40px;
	vertical-align: middle;
	text-align: center;
}

#tmenu a {
	font-size: 15px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px
}

#tmenu a:hover {
	font-size: 15px;
	color: #AF4835;
	font-weight: bold;
	text-decoration: underline;
	margin-right: 10px
}

#tmenu ul {
	margin:0;
	padding:0
}

#tmenu ul li {
	display:inline;
	background: url(img/line.gif) no-repeat right;
	margin-left: 10px
}

.white {
	background: white;
	border: 1px solid #8e969c;
	padding: 10px 20px 10px 20px
}

.white p {
	clear:both
}


.redline {
	background: #af4736; 
	height: 4px;
}

.main {
	background: #eff0f0; 
	padding: 10px
}


.img-wrapper {
	margin: 15px 15px 0 0;
	background: url(img/border.png) no-repeat bottom right;
	line-height:0;
	float: left;
}

.img-wrapper img {
	float:none;
	margin:0;
	background:#fff;
	padding:4px;
	border:1px solid #c5bdbd;
	position: relative;
	left: -5px;
	top: -5px;
}

.dark {
	width: 95%; 
	background: #e2e7e8; 
	padding: 15px; 
	margin-bottom: 20px;
}

.dark p {
	text-align: justify
}

.dark img {
	margin:0 1px 0 1px
}

#claim {
	background: #eeecb7; 
	width: 90%; 
	margin: auto; 
	margin-bottom: 30px; 
	padding-left: 15px; 
	border: 2px dashed #d56a6a;
	color: #505050;
	font-size: 13px;
	text-align: left;
}

.line {
	height: 1px; 
	width: 95%; 
	background: #D5DAE0
}

table.real {
	background-color: #c0c0c0; 
	margin: auto
}

table.real td {
	background-color: #fff;
}

#search {
	position:absolute;
	top: 35px;
	right:80px
}

#counter {
text-align:center
	
}
