/*
/========================================================
/=	Popup page styles
/=
/========================================================
*/
/*@import url("content.css");*/
/*@import url("tables.css");*/
@import url("curve_boxes.css");
body
{
	font-family:	Arial, sans-serif;
	font-size:		10pt;
	margin:			0;
	padding:			10px 10px 0 10px;
	background:		#040024;
}
h1
{
	font-size:		130% !important;
	padding:			0;
	margin:			0;
	color:			white;
	background:		#D70000;
}
h2
{
	font-size:		110% !important;
}
h3
{
	font-size:		100% !important;
	margin:			0 !important;
	padding:			0 !important;
}

p
{
	font-size:		12px;
}

#header
{
	
}
#content
{ 
	width:			100%;
	background:		white;
	margin:			0;
	padding:			0px 0px 4px 0px;
}

.clear
{
	clear:					both;
	font-size:				1px;
}
.floatr
{
	float:					right;
}
.floatl
{
	float:					left;
}

#content ol
{
	list-style:		bold;
}
#content ol li
{
	margin:			3px 0 3px 0;
}
#content ul li
{
	margin:			1px 0 1px 0;
}
#content img
{
	/*border:			1px solid #276282;*/
	border:			none;
}
#content img.floatr
{
	margin:			0px 0px 5px 5px;
}
#content img.floatl
{
	margin:			0px 5px 5px 0px;
}
.content-pad
{
	padding:		5px;
}

div#footer
{
	width:			100%;
	background:		#D70000;
	margin:			0;
	padding:			5px 0px 5px 0px;
	color:			white;
}
#footer p	
{ 
	font-size:		90%;
	padding:			1px;
	margin:			0;
	text-align:		center;
	background:		#B40000;
	border-top:		1px solid #8C0000;
	border-bottom:	1px solid #8C0000;
}
#footer p img
{
	margin:			-2px 0 -8px 0;
	border:			none;
}

a:link, a:visited
{
	color:				#F0B100;
	text-decoration:	none;
}
a:hover, a.selected
{
	color:				#966E00;
	text-decoration:	none;
}

.prodevlogo img
{
	margin:			-4px 0 -6px 0 !important;
}

@media print
{

	#header, #header-left
	{
		display: none;
	}

	#footer
	{
		color: black;
		background: none;
	}

}
