/* ----------------- Text Area ----------------- */


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b44609;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.text_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b44609;
}

.small_grey{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}


.small_white_grey{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D4D4D4;
}

.small_white{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

.small_black{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222222;
}

.small_red{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b85900;
}

.normal_black_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
}

.normal_red_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #bf6060;
}


/* ----------------- Links ----------------- */


a.l_small_black_red{
	background-color: transparent;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #222222;
}

a.l_small_black_red:hover{
	color: #c34d4d;

}


a.l_small_red_black{
	background-color: transparent;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #c34d4d;
}

a.l_small_red_black:hover{
	color: #222222;

}


.links3{
	background-color: transparent;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #c34d4d;
}

a.links3:hover{
	color: #222222;
}


.l_normal_black_bold{
	background-color: transparent;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #222222;
}

a.l_normal_black_bold:hover{
	background-color: transparent;
	text-decoration : none;
	font-weight: bold;
	color: #c34d4d;
}

.l_normal_red{
	background-color: transparent;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #c34d4d;
	line-height: normal;
}

a.l_normal_red:hover{
	background-color: transparent;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #222222;
}

a.l_inactive{
	background-color: transparent;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #bbbbbb;
}

a.l_inactive:hover{
	color: #bbbbbb;

}

/* ----------------- Others ----------------- */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

body {
	background-image: url(_elements/background.gif);
}