/* ----------------- Text Area ----------------- */


.mini_text {
	font-family: Lucida Grande, Lucida Sans, Arial, Verdana;
	font-size: 10px;
	color: #9ea3c7;
}


h1 {
	font-family: Lucida Grande, Lucida Sans, Arial, Verdana;
	font-size: 12px;
	color: #394291;
}


.answer {
	font-family: Lucida Grande, Lucida Sans, Arial, Verdana;
	font-size : 12px;
	color: #333333;
}

.question {
	font-family: Lucida Grande, Lucida Sans, Arial, Verdana;
	font-size: 10px;
	color: #666666;
}

.floatleft_nb 		{
		float: 					left;
		margin:					5px 15px 6px 0px;
}
/* ----------------- Links ----------------- */


.in_text{
	background-color: transparent;
	text-decoration : none;
	font-family: Lucida Grande, Lucida Sans, Arial, Verdana;
	font-size : 12px;
	font-weight: bold;
	color: #676c99;
}


a.in_text:hover{
	color: #9ea3c7;
}


.in_text_thin{
	background-color: transparent;
	text-decoration : none;
	font-family: Lucida Grande, Lucida Sans, Arial, Verdana;
	font-size : 12px;
	color: #676c99;
}


a.in_text_thin:hover{
	color: #9ea3c7;
}


.in_text_small{
background-color: transparent;
text-decoration : none;
font-family: Lucida Grande, Lucida Sans, Arial, Verdana;
font-size : 10px;
color: #333333;
}


a.in_text_small:hover{
color: #9ea3c7;
}

.in_text_large{
background-color: transparent;
text-decoration : none;
font-family: Lucida Grande, Lucida Sans, Arial, Verdana;
font-size : 12px;
color: #333333;
}


a.in_text_large:hover{
color: #9ea3c7;
}

a.in_text_inactive{
	background-color: transparent;
	text-decoration : none;
	font-family: Lucida Grande, Lucida Sans, Arial, Verdana;
	font-size : 10px;
	color: #bbbbbb;
}

a.in_text_inactive:hover{
	color: #bbbbbb;

}


.top_page{
	background-color: transparent;
	text-decoration : none;
	font-family: Lucida Grande, Lucida Sans, Arial, Verdana;
	font-size : 10px;
	color: #9ea3c7;
}


a.top_page:hover{
	color: #394291;
}


.side_page_light{
	background-color: transparent;
	text-decoration : none;
	font-family: Lucida Grande, Lucida Sans, Arial, Verdana;
	font-size : 10px;
	color: #9ea3c7;
}


a.side_page_light:hover{
	color: #394291;
}


.side_page{
	background-color: transparent;
	text-decoration : none;
	font-family: Lucida Grande, Lucida Sans, Arial, Verdana;
	font-size : 10px;
	color: #394291;
}


a.side_page:hover{
	color: #9ea3c7;
}





/* ----------------- Misc ----------------- */


body,td,th {
	font-family: Lucida Grande, Lucida Sans, Arial, Verdana;
	font-size: 12px;
	color: #666666;
}


body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
