/*
CSS STYLESHEET
*/

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444444;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 120%;
}

ul, ol {
}


a:link {color: #095BAE; text-decoration: underline} 
a:visited {color: #095BAE; text-decoration: underline} 
a:hover {color: #095BAE; text-decoration: none} 
a:active {color: #095BAE; text-decoration: none}



/* Style Page */

.images_links {

text-decoration:none;
}

.main_text_big1 {

font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;

}

.main_text_big1 a{

font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration:underline;
	font-weight: bold;

}

.main_text_big1 a:hover{

font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #095BAE;
	font-weight: bold;
	text-decoration:none;

}





/* TABLES */

table.helpT
{ text-align: center;
color: #404040;
background-color: #fafafa;
border: 1px #00CC66 solid;
border-collapse: collapse;
border-spacing: 0px; }



td.helpBod
{ 

border-bottom: 1px solid #00CC66;
border-top: 0px;
border-left: 1px solid #00CC66;
border-right: 0px;
color: #404040;
background-color: #fafafa; }


