/* CSS Document */
#modal_container {
		padding:5px;
		background-color:#333333;
		/*border:10px solid #fff;*/
		overflow:auto;
		font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
		color:#cccccc;
	}

	#modal_overlay {
		background-color:#000;
		height:1000px !important;
	}
	
	p {
	line-height: 130%;
	text-align: justify;
}

h1 {
	font-size: 14px;
	color: #B1B1B1;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h2 {
	font-size: 14px;
	color: #B1B1B1;
	font-weight: normal;
}
h3{
	font-size: 12px;
	color: #595F66;
}
h5 {
font-size:11px;
font-weight:normal;
line-height: 160%;
color: #CCCCCC;
	text-align: center;
}
a:link  {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:normal;
}
a:visited  {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:normal;
}
a:hover  {
	text-decoration: underline;
	/*color: #C75B58;*/
	font-weight:normal;
}



