/*
Style Sheet for ezXchanges.com
by Daniel Kinoy for kinomedia
08/06/2006

Notes:

.notSeen {
display:none;

}
.isSeen {
display:block;
	
}
*/

/* ===================================== CSS Pop up code ================================================== 

This is code for creating CSS pop-ups. Based on that found at 
http://www.pat-burt.com/web-development/how-to-do-a-css-popup-without-opening-a-new-window/ 

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:300px;
width:30%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:300px;
height:300px;
z-index: 9002;
.xchange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #d3470a;
}
 ============================================ End pop up CSS ============================================= */

body {
margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-color: #1c1c1c;*/
	background-image: url(../images/gradient_bg.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0d2940;

}
.h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	line-height: 1.1em;
	font-weight: bold;
	color: #0d2940;
}

.h1_red {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 1.1em;
	font-weight: bold;
	color: #e34500;
}

.h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 1.2em;
	font-weight: bold;
	line-height: 1.1em;
	color: #e34500;
}
.h3red {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	line-height: 1.3em;
	color: #e34500;
}
.h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #0d2940;
}
.h2blueBlack {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 1.1em;
	font-weight: bold;
	color: #0d2940;
}
.h4blue {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 1.1em;
	font-weight: bold;
	color: #0d2940;
	}
	
.xchange_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
}