﻿/* Style Sheet for IE/NS6 */

/* nav */
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #D09A00;
}
.nav a:link, .nav a:visited, .nav a:active {
	text-decoration: none;
	color: #333333;
}
.nav a:hover {
	text-decoration: underline;
	color: #333333;
}

/* body */
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

.body a:link, .body a:visited, .body a:active {
	text-decoration: underline;
	/*color: #D09A00;*/
}
.body a:hover {
	text-decoration: underline;
	color: #333333;
}

/* title */
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #CFA733;
}

/* footer */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #B08484;
}
