/*------------------- COMMON -----------------------*/

a:link img {border: none;}
a:link visited img {border: none;}
a img {border-style: none;}

A {
	TEXT-DECORATION: none
}
A:HOVER {
}
form {
	margin: 0px;
}

/*-------------------- MAIN ------------------------*/

.wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
	overflow: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #F1D4D4;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #BF7A7A;
	border-left-color: #BF7A7A;
}
.wrapper td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #BF7A7A;
	border-right-color: #BF7A7A;
	padding: 5px;
}

.wrapper .headbg {
	background-color: #DB9393;
	font-weight: bold;
	text-align: center;
}
.wrapper .bighead {
	background-color: #EBC3C3;
	font-size: 18px;
	font-weight: bold;
}
.wrapper .mediumhead {
	font-size: 15px;
	font-weight: bold;
}
.wrapper .tint {
	background-color: #EBC3C3;
}
.wrapper a {
	font-weight: bold;
	color: #CC0066;
}
.wrapper a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.wrapper b {
	font-size: 11px;
	color: #A46666;
}

.wrapper .txtbold {
	font-size: 13px;	
	font-weight: bold;	
}
.wrapper .txtline{
	font-size: 0.5px;
	background-color: #DB9393;
}
.wrapper .line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BF7A7A;
} 

