/* General */

body {
	margin: 0px;
	padding: 0px;
}

body, table, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

/* Layout */

#wrap {
	margin-left: auto;
	margin-right: auto;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

#text p {
}
#text {
	background-color: #ADD1F6;
}

.fill {
	background-color: #F7E6C5;
}

#leftbottom {
	background-image: url(../images/tile_left_support.gif);
	background-repeat: repeat-y;	
}.main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
.small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
}


.right {
	float: right;
}