@media screen {

html {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
body
{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 	12px;
	color:		#1e4065;		
	background-color:#79899C;
	background-image:url(../images/tile_right.gif);
	background-repeat:repeat-x;
	line-height:1.3em;
}
p {
	margin-top:0px;
	margin-bottom:0.75em;
}

A:link, A:visited
{
	color:		#1e4065;
	font-weight: bold;
	text-decoration: none;
}
	
A:hover
{
	color:			#eda325;
	text-decoration: none;
}
		
.fixedp
{
	color: #1e4065;
}

.orangebig
{
	font-size: 18px;
	font-weight: bold;
	color: #eda325;
}
.orangemedium
{
	font-size: 15px;
	font-weight: bold;
	color: #FF9933;
}

a:link.tombstoneLink, a:visited.tombstoneLink  {
 font-size:11px;
 padding-left:4px;
 padding-right:4px;
}


.footerText
{
	font-size: 	9px;
	text-decoration: none;				
}

.footerText a:link, .footerText a:visited
{
	font-size: 	9px;
	font-weight:normal;
	text-decoration: none;		
}

.footerText a:hover
{
	font-size: 	9px;
	font-weight:normal;
	text-decoration: none;				
}


}


