body{
	/*background:#ffc22a url(../images/bg_body.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;*/
	margin: 0 auto;
}

/*
a , a:visited {
	color: #b0b6b8;
	text-decoration: none;
}

a:hover 
{
	color: #f89520;
	text-decoration: none;
}

a:active 
{
	color: #ba271e;
	text-decoration: none;
}


.border{
	border: 2px solid #cdcfd1;
	padding: 10px 10px 10px 10px;
}
*/
.texts{
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 11pt;
	/*color: #b0b6b8;*/	
	color: #000000;
	text-decoration: none;
	/*padding: 0px 10px 10px 10px;	*/
}

.border{
	border: 2px solid #cdcfd1;
	padding: 8px 8px 8px 8px;
}

.txt_orange { 
	font-family:Verdana, Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #f89520;	
	text-decoration: none;
	padding: 10px 10px 10px 10px;
}

.txt_gray { 
	font-family:Verdana, Arial;
	font-weight: normal;
	font-size: 10pt;
	color: #575c5e;	
	text-decoration: none;
	padding: 10px 10px 10px 4px;
}

.img_style{
	padding: 5px 10px 10px 10px;
}

.txt_normal { 
	font-family:Verdana, Arial;
	font-weight: normal;
	font-size: 12pt;
	color: #4a535a;	
	text-decoration: none;
	line-height: 18pt;
}

.txt_normal_orange { 
	font-family:Verdana, Arial;
	font-weight: bold;
	font-size: 12pt;
	color: #f89520;	
	text-decoration: none;
	line-height: 18pt;
}

.paging {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 8pt;
	color: #b0b6b8;	
	text-decoration: none;
	padding: 10px 10px 10px 10px;	
}

.paging a {
	color: #000000;
	text-decoration: none;
	background: #cdcfd1;
	text-align: center;
	padding: 2px 5px 2px 5px;
}

paging a:visited{
	color: #000000;
	text-decoration: none;
	background: #cdcfd1;
	text-align: center;
	padding: 2px 5px 2px 5px;
}

.paging a:active {
	background: #ba271e;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}

.paging a:hover {
	background: #f89520;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}

.normal a {
	font-family: Verdana, Arial;
	color: #b0b6b8;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	/*padding: 2px 5px 2px 5px;*/
}

normal a:visited  {
	font-family: Verdana, Arial;
	color: #b0b6b8;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	/*padding: 2px 5px 2px 5px;*/
}

.normal a:active {
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana, Arial;
	color: #ba271e;
	text-decoration: none;
	/*padding: 2px 5px 2px 5px;*/
}

.normal a:hover {
	font-family: Verdana, Arial;
	color: #f89520;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	/*padding: 2px 5px 2px 5px;*/
}



.normallink a {
	font-family: Verdana, Arial;
	/*color: #595959;*/
	color: #595959;
	font-size: 8pt;
	text-decoration: none;
}

normallink a:visited  {
	font-family: Verdana, Arial;
	/*color: #b0b6b8;*/
	color: #595959;
	text-decoration: none;
	font-size: 8pt;
}

.normallink a:active {
	font-size: 8pt;
	font-family: Verdana, Arial;
	color: #ba271e;
	text-decoration: none;
}

.normallink a:hover {
	font-family: Verdana, Arial;
	color: #f89520;
	text-decoration: none;
	font-size: 8pt;
	
}


.redtext 
{
	color: #ba271e;
	text-decoration: none;
	text-align: center;
}

.redtextlink 
{
	color: #ba271e;
	text-decoration: none;
	font-family: Verdana, Arial;
	font-size: 10pt;
	
}

.paging span {
	color: #000000;
	text-decoration: none;
	background: #ba271e;
	text-align: center;
	padding: 2px 5px 2px 5px;
}

.error {
	font-family: Verdana, Arial;
	color: red;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
}

.formelement {
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

.formelementHeader {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
}

.tableborder 
{
	border-left-width : 1px;
	border-top-width : 1px;
	border-bottom-width : 1px;
	border-right-width : 1px;

	border-color : Black;
	
	border-left-style:solid;
	border-top-style:solid;
	border-bottom-style:solid;
	border-right-style:solid;
	
}




