html {
	min-height: 100%;
	margin-bottom: 1px;
}

a:link {
	color: #000000;
	font-family: arial;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	font-family: arial;
	text-decoration: underline;
}

a:hover {
	color: #6699CC;
	font-family: arial;
	text-decoration: underline;
}

a:active {
	color: #3399ff;
	font-family: arial;
	text-decoration: underline;
}

body {
	font-size: 13px;
	font-family: arial;
}
	
td {
	font-size: 13px;
	font-family : arial;
}

/* Sub Nav
------------------------------------ */
#subnav a:link {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#subnav a:visited {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#subnav a:hover {
	font-family: arial;
	font-size: 10px;
	color: #6699CC;
	font-weight: bold;
	text-decoration: none;
}

/* Special Nav
------------------------------------ */
#specialnav a:link {
	font-family: arial;
	color: #000000;
}

#specialnav a:visited {
	font-family: arial;
	color: #c8c8c8;
}

#specialnav a:hover {
	font-family: arial;
	color: #6699CC;
}

.footer {
	font-size: 10px;
	font-family: arial;
}

.error_msg {
	font-size: 14px;
	font-family: arial;
	color: #cc0000;
	font-weight: bold;
	background:url(../images/icons/red_x.gif) left no-repeat center;
}

.size10 {
	font-size: 10px;
	font-family: arial;
}

.size12 {
	font-size: 12px;
	font-family: arial;
}

.black12 {
	font-size: 12px;
	font-family: arial;
	color: #000000;
}

.blue10 {
	font-size: 10px;
	font-family: arial;
	color: #6699cc;
}

.blue14 {
	font-size: 14px;
	font-family: arial;
	color: #6699cc;
}

.red10 {
	font-size: 10px;
	font-family: arial;
	color: #962a2a;
}

.red12 {
	font-size: 12px;
	font-family: arial;
	color: #962a2a;
}

.subnav {
	font-size: 10px;
	font-family: arial;
	font-weight: bold;
}

.profileTitle {
	font-size: 20px;
	font-family: arial;
	color: #fa7507;
	font-weight: bold;
}