html {
	min-height: 100%;
	margin-bottom: 1px;
}

a:link {
	color: #ffffff;
	font-family: verdana;
	text-decoration: underline;
}

a:visited {
	color: #ffffff;
	font-family: verdana;
	text-decoration: underline;
}

a:hover {
	color: #ba7fdc;
	font-family: verdana;
	text-decoration: underline;
}

a:active {
	color: #ba7fdc;
	font-family: verdana;
	text-decoration: underline;
}

body {
	color: #ffffff;
	font-size: 14px;
	font-family: verdana;
}
	
td {
	color: #ffffff;
	font-size: 14px;
	font-family : verdana;
}

.footer {
	color: #ba7fdc;
	font-size: 10px;
	font-family : verdana;
}

/* Sub Nav
------------------------------------ */
#subnav a:link {
	font-family: verdana;
	font-size: 10px;
	color: #ba7fdc;
	font-weight: bold;
	text-decoration: none;
}

#subnav a:visited {
	font-family: verdana;
	font-size: 10px;
	color: #ba7fdc;
	font-weight: bold;
	text-decoration: none;
}

#subnav a:hover {
	font-family: verdana;
	font-size: 10px;
	color: #f7e7ff;
	font-weight: bold;
	text-decoration: none;
}
/* ------------------------------------ 
Sub Nav End */

/* Footer Nav
------------------------------------ */
#footernav a:link {
	font-family: verdana;
	font-size: 10px;
	color: #ba7fdc;
	font-weight: bold;
	text-decoration: none;
}

#footernav a:visited {
	font-family: verdana;
	font-size: 10px;
	color: #ba7fdc;
	font-weight: bold;
	text-decoration: none;
}

#footernav a:hover {
	font-family: verdana;
	font-size: 10px;
	color: #f7e7ff;
	font-weight: bold;
	text-decoration: none;
}
/* ------------------------------------ 
Footer Nav End */

.error_msg {
	font-size: 14px;
	font-family: arial;
	color: #cc0000;
	font-weight: bold;
}
