body {
	padding: 0px;
	margin: 0px;
	color: #434241;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table {
	color: #434241;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}





/* CUSTOM STYLES */

/* -- Quote box -- */
.quote_header {
	background-color: #757575;
	color: #ffffff;
	text-transform: uppercase;
}

.quote_content {
	color: #ffffff;
	background-color: #949595;
	font-size: 11px;
	line-height: 17px;
}

/* -- Middle stripe -- */
.stripe {
	background-color: #D9D9D9;
}

/* -- Main menu -- */
.mainmenu {
	font-size: 10px;
	font-weight: bold;
}

.mainmenu A {
	color: #595959;
	text-decoration: none;
}

.mainmenu A:hover {
	color: #7F7F7F;
	text-decoration: none;
}


/* -- Sub menu -- */
.left_menu {
	/*background-image: url(images/left_back.gif);
	background-repeat: no-repeat;*/
	padding-top: 25px;
}

.submenu A {
	color: #595959;
	text-decoration: none;
}

.submenu A:hover {
	color: #7F7F7F;
	text-decoration: none;
}

/* -- Text content cell -- */
.content {
	padding-top: 25px;
}


/* -- Text formats -- */
.headline {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 15px;
	line-height: 20px;
}

.breadtext {
	line-height: 17px;
}

.sub_headline {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 6px;
}

.smalltext {
	font-size: 10px;
}

.ap_title {
	font-size: 11px;
	padding-bottom: 3px;
}


/* -- Links -- */
A {
	color: #595959;
	text-decoration: underline;
}

A:hover {
	color: #7F7F7F;
	text-decoration: underline;
}


.copy_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

