BODY {

	color: #000000;
}


A {
	text-decoration: underline;
	color: red;
}

A:Hover {
	text-decoration: none;
	color: red;
}

RED {
	color: red
}

WHITE {
	color: white
}

BLACK {
	color: black
}

SMALL {
	font-size: 11px;
}

.bl_black {
	background: url(img/bl_black.jpg) 0 100% no-repeat #000000;
}

.br_black {
	background: url(img/br_black.jpg) 100% 100% no-repeat
}

.tl_black {
	background: url(img/tl_black.jpg) 0 0 no-repeat
}

.tr_black {
	background: url(img/tr_black.jpg) 100% 0 no-repeat;
	padding:10px;
}

.black_header {
	color: black;
	font-weight: Bold;
	font-size: 14px;
	font-family: Helvetica;
	line-height: 135%;
}

.white_header {
	color: white;
	font-weight: Bold;
	font-size: 14px;
	font-family: Helvetica;
	line-height: 135%;
}

.red_header {
	color: red;
	font-weight: bold;
	font-size: 14px;
	font-family: Helvetica;
	line-height: 135%;
}

.red_text {
	color: red;
	font-weight: normal;
	font-size: 13px;
	font-family: Helvetica;
	line-height: 150%;
}

.black_text {
	color: black;
	font-weight: normal;
	font-size: 13px;
	font-family: Helvetica;
	line-height: 150%;
}

.white_text {
	color: white;
	font-weight: normal;
	font-size: 13px;
	font-family: Helvetica;
	line-height: 150%;
}

.red_link {
	color: red;
	font-weight: normal;
	font-size: 13px;
	line-height: 150%;
	font-family: Helvetica;
}

.black_link {
	color: black;
	font-weight: normal;
	font-size: 13px;
	line-height: 150%;
	font-family: Helvetica;
}

.white_link {
	color: white;
	font-weight: normal;
	font-size: 13px;
	line-height: 150%;
	font-family: Helvetica;
}

.red_link_small {
	color: red;
	font-weight: normal;
	font-size: 11px;
	font-family: Helvetica;
}

.black_link_small {
	color: black;
	font-weight: normal;
	font-size: 11px;
	font-family: Helvetica;
}

.white_link_small {
	color: white;
	font-weight: normal;
	font-size: 11px;
	font-family: Helvetica;
}

.red_link_bold {
	color: red;
	font-weight: bold;
	font-size: 13px;
	font-family: Helvetica;
}

.black_link_bold {
	color: Black;
	font-weight: bold;
	font-size: 13px;
	font-family: Helvetica;
}

.white_link_bold {
	color: white;
	font-weight: bold;
	font-size: 13px;
	font-family: Helvetica;
}

.red_link_small_bold {
	color: red;
	font-weight: bold;
	font-size: 10px;
	font-family: Helvetica;
}

.red_text_small {
	color: red;
	font-weight: normal;
	font-size: 11px;
	font-family: Helvetica;
	line-height: 100%;
}

.black_text_small {
	color: black;
	font-weight: normal;
	font-size: 11px;
	font-family: Helvetica;
	line-height: 100%;
}

.white_text_small {
	color: white;
	font-weight: normal;
	font-size: 11px;
	font-family: Helvetica;
	line-height: 100%;
}

.verification {
	color: black;
	font-weight: normal;
	font-size: 11px;
	font-family: Helvetica;
	line-height: 55%;
}
