body {	
		background:		#fff;}

h1 {	
		font-family:	"Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
		font-size:		19px;
		font-weight:	bold;
		line-height:	21px;
		color:			#36609a; }
		
h2 {	
		font-family:	"Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
		font-size:		13px;
		font-weight:	bold;
		line-height:	5px;
		color:			#36609a; }
		
h3 {	
		font-family:	"Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
		font-size:		15px;
		font-weight:	bold;
		line-height:	0%;
		color:			#36609a; }

/* ===  DIVS  === */


#container {	width: 			510px;
				height: 		340px;
				background:		#fff;
				margin:			100px auto 0px auto;
				padding:	 	0px;
				overflow: 		hidden;
				position: 		relative;
				z-index: 		1; }
				
#content {		width: 			460px;
				height: 		300px;
				margin:			10px auto 0px auto;
				background:		#fff;
				padding:	 	20px 15px 0px 15px;
				text-align:		center;
				overflow: 		hidden;
				position: 		relative;
				z-index: 		2; }

				
.text {		
		font-family: 		Verdana, Arial, sans-serif;
		color: 				#f2f2f2;
		font-size: 			12px;
		font-weight:        normal;
		line-height:		15px;
		text-shadow:		none;}
					
.text a:link,
.text a:visited {
		font-family: 		Verdana, Arial, sans-serif;
		color: 				#f2f2f2;
		font-size: 			12px;
		font-weight: 		bold;
		text-decoration: 	none;
		line-height:		15px;
		text-shadow:		none;}
		
.text a:hover,
.text a:active {
		font-family: 		Verdana, Arial, sans-serif;
		color: 				#f2f2f2;
		font-size: 			12px;
		font-weight: 		bold;
		text-decoration: 	underline;
		line-height:		15px;
		text-shadow:		none;}
		
.link {		
		font-family: 		Verdana, Arial, sans-serif;
		color: 				#999;
		font-size: 			10px;
		font-weight:        normal;
		line-height:		15px;
		text-shadow:		none;}
					
.link a:link,
.link a:visited {
		font-family: 		Verdana, Arial, sans-serif;
		color: 				#999;
		font-size: 			10px;
		font-weight: 		normal;
		text-decoration: 	underline;
		line-height:		15px;
		text-shadow:		none;}
		
.link a:hover,
.link a:active {
		font-family: 		Verdana, Arial, sans-serif;
		color: 				#333;
		font-size: 			10px;
		font-weight: 		normal;
		text-decoration: 	underline;
		line-height:		15px;
		text-shadow:		none;}