.bg_norepeat {
	background-repeat: no-repeat;
}
.bg_repeat_y_center {
	background-repeat: repeat-y;
	background-position: center top;
}
.bg_repeat_x_center {
	background-repeat: repeat-x;
	background-position: center;
}

.bg_repeat_x_top {
	background-repeat: repeat-x;
	background-position:top;
}
.red_border_lrb {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A41C1C;
	border-right-color: #A41C1C;
	border-bottom-color: #A41C1C;
	border-left-color: #A41C1C;
}
.arial_11_white_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.arial_11_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;	
	color: #FFFFFF;
}

.arial_12_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;	
	color: #FFFFFF;
}

.arial_13_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;	
	color: #FFFFFF;
}

.geneva_16_white {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;	
	color: #FFFFFF;
}

.geneva_22_white {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	text-decoration: none;	
	color: #FFFFFF;
}

.arial_14_white_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;	
	font-weight: bold;	
	color: #FFFFFF;
}

.arial_11_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;	
	color: #333333;
}
.arial_15_black_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;	
	color: #333333;
}
.arial_12_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;	
	color: #333333;
}
.arial_12_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;	
	color: #FF0000;
}
.arial_11_white_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;	
	color: #FFFB05;
}

.arial_11_white_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;		
	color: #FFFFFF;
}
.arial_11_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #0000A0;
	text-decoration: none;
}
.arial_11_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.arial_14_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0000A0;
	text-decoration: none;
}
.arial_14_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;	
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #333333;
	height: 17px;
	padding-left: 2px;
}
.mg_lines {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FE9C15;
	border-right-color: #FE9C15;
	border-bottom-color: #FE9C15;
	border-left-color: #FE9C15;
}
