/*------------- GLOBAL SELECTORS */

BODY	{
	margin:0px;
	padding:0px;
	background-color:#fff;
	font-family:arial, sans-serif;
	font-size:12px;
	color:#334c66;
}

.copy	{
	font-size:10px;
	color:#334c66;
}

.tdborder	{
	border: 1px solid #336699; text-align: center;
}

.seperator	{
	border-left: 1px solid #336699; padding: 8px; border-left-style: dashed;
}


/*------------- HEADER */

div.Header {
	width:100%;
	height:10px;
	background-color:#333333;
}

div.HeaderWhite {
	width:100%;
	height:1px;
}

div.HeaderStripe3 {
	width:100%;
	height:3px;
	background-color:#999999;
}

div.HeaderStripe2 {
	width:100%;
	height:2px;
	background-color:#999999;
}

div.HeaderStripe1 {
	width:100%;
	height:1px;
	background-color:#999999;
}


/*------------- NAVIGATION MENU */

div.Menu {
	width:100%;
	background-color:#a5b4cd;
	height:28px;
	border-bottom:2px #333366 solid;
}

.navMenu {
	font-size:12px;
	color:#fff;
	padding:5px 20 5px 20;
	text-decoration:none;
}

.navMenu:hover	{
	color:#ffff00;
	text-decoration:none;
	padding:5px 20 5px 20;
	background-color:#a5b4cd;
}

/*------------- HEADERS */

h1	{
	font-family: Tahoma, sans-serif;
	font-size:16px;
	color: #000E78;
	font-weight:bold;
}

h2	{
	font-family: Tahoma, sans-serif;
	font-size:14px;
	color: #7689A7;
	font-weight:bold;
}
