body {   
	background-color: rgb(255,255,255);
	color: rgb(136,136,136);
   font-family: Arial, Helvetica, sans-serif;
	text-align:	center;
   font-size:	11px; 
}

a:link, a:visited {
	color: rgb(136,136,136);
	text-decoration: underline;
	}

a:hover, a:visited:hover {
	color: #333;
	text-decoration: underline;
	}
	
a.navi:link, a.navi:visited {
	color: rgb(61,83,107);
	text-decoration: none;
	}

a.navi:hover, a.navi:visited:hover {
	color: #333;
	text-decoration: none;
	}

a.intro:link, a.intro:visited {
	color: rgb(136,136,136);
	text-decoration: none;
	}

a.intro:hover, a.intro:visited:hover {
	color: #333;
	text-decoration: none;
	}

td{   
	color: rgb(136,136,136);
   font-family: Arial, Helvetica, sans-serif;
   font-size:	11px; 
}
	
	
.basic_normal {
	font-size:	11px;
	color: rgb(61,83,107);
	font-weight: 500;
}

.basic_bold {
	font-size:	11px;
	color: rgb(61,83,107);
	font-weight: 700;
}

.big_normal {
	font-size:	14px;
	color: rgb(61,83,107);
	font-weight: 500;
}

/* Global Elements */

#FRAME {
	position: relative;
	width: 730px;
	margin: 50px auto;
	text-align:	center;
	}

	#INTRO_PIC {
		position: absolute;
		width: 730px;
		left: 0px;
		top:	75px;
		text-align:	center;
	}

	#INTRO_CONTACT {
		position: absolute;
		width: 730px;
		left: 0px;
		top:	300px;
		text-align:	center;
	}
