
/* _______ Page structure Elements _______ */

body {
	margin: 0px;
	background: #FFFFFF;
}

tr, p, div {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

td.header  {
		background: url("http://www.ezmasks.com/images/logo.gif") no-repeat;
}

.header {
	align:center;
	
}


hr {
	color: #DE4200;
	height: 1px;
	width: 100%;
}


.content{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;		
	background: #FFFFFF;
}



/* _______ Font Formating Elements _______ */




h1 {
	font-family: Arial Black, Arial, Helvatica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color : #FFF;
	margin-top:0px;
	margin-bottom: 0px;	
	text-align: center;
	text-transform: capitalize;	
}


h2 {
	font-family: Arial Black, Arial, Helvatica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color : #000;
	text-transform: capitalize;
	text-align: left;
	margin-top:0px;
	margin-bottom: 0px;	
}

h2.header {
	font-family: Arial Black, Arial, Helvatica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color : #FFF;
	text-transform: capitalize;
	text-align: center;
	margin-top:0px;
	margin-bottom: 0px;	
}

H3{
	font-family: Comic Sans MS, Arial, Helvatica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color : #000000;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 20px;
}


a:visited {	color:#666666;	}
	
a:active  {color:red;}

a {color: blue;}



/* _______ Menu Styles - Careful messing with this one _______ */


.menu li {
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	list-style:none; float: left; 
	margin: 0; width: 15.5%; 
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
	text-indent: 9px;
	text-align:center;
}

.menu a {
	color: #FFFFFF; 
	font-size: 11px;
	text-indent: 5px;
	font-weight: bold;	
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	display: block; float: right; text-decoration: none;  border: 1px solid;
	border-color: #CBBBF7 #CBBBF7 #CBBBF7 #CBBBF7;
	background: url("../images/link_bg_up.gif") no-repeat;
	float: none;
	text-align:center;	
}

a.menu:hover {
	background: url("../images/link_bg_down.gif") no-repeat;
	color: #fff; 
	text-decoration: none;
}

a.menu:visited {

	color: #ddd;
	}








