/* This is the main style sheet - read by most modern browsers */
	/*use the full URL to your bg image to keep NN4.x happy)*/
body {
	background: url(../assets/header/back.jpg) #FFFFFF repeat-x;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}
/* the first four declarations determine the link styles and colour*/
/* keep the order of the declarations as they are, otherwise you will get unexpected results ;)*/

A {
	COLOR: #000099
}
A:link {
	TEXT-DECORATION: underline
}
A:visited {
	TEXT-DECORATION: underline
}
A:hover {
	COLOR: #ff3300; TEXT-DECORATION: underline
}
A:active {
	TEXT-DECORATION: underline
}

/* This styles the copyright table */
.copyright {
	font-size: 11px;	
	color: #000066;
	padding: 5px 5px 5px 5px;
}

.footer {
	color: #FFFFFF;
background-color: #006599;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
padding: 5px 5px 5px 5px;	
}

/*styles the link styles in the footer table*/
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	}	
.footer a:visited {	
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
color: #FF6600;
text-decoration: underline;
}
.footer a:active {
	color: #FF6600;
	text-decoration: none;	

	/*styles the main table*/
}
.maintable {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 20px 20px 20px;
}

.maintable p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.maintable h1 {
	color: #000066;
	font-size: 16px;
}
.maintable h2 {
	color: #0066CC;
	font-size: 14px;
}
.maintable h3 {
	color: #FF9900;
	font-size: 13px;
}
.maintable h4 {
	color: #660000;
	font-size: 12px;
}
.maintable h5 {
	color: #000066;
	font-size: 18px;
}
.maintable h6 {
	font-size: 20px;
}
	
/*styles the right column in the main table*/
.sidebar {
		background: #D2e1f0;
		border-left: 1px solid #C0C0C0;
		padding: 0px 20px 0px 20px;
}

/*styles the p tag in the sidebar column in main table*/
.sidebar p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/*styles the h4 in the sidebar column in the main table*/
.sidebar h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 12px;
}

/* This styles a bulleted list */
li {
	background: #FFFFFF;
	list-style-type: disc;
	color: #000000;
}
ol {
background: #FFFFFF;
	color: #000066;
}
ul {
background: #FFFFFF;
	color: #660000;
	list-style-type: square;
}


/*We do not insert any styles for buttons here- they are not rendered correctly by N4+*/
/*We apply the button style to the mainns style sheet*/

.epguide {
	background: url(../assets/header/cellbkg.jpg) #FFFFFF repeat-x;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

.epguide_Title {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14px;
	COLOR: #0066CC;
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none;
}
