/* #################### begin element definitions #################### */

BODY {
	background-color: #FFFFFF;
/*	background-image: url(images/bg_tile.gif); */
	font-family: verdana, helvetic, arial, sans-serif;
	font-size: 12px;
	padding: 5px;
	margin: 5px;
}

/* repeat the font definitions for TD's for backwrads Navigator compatability */
TD {
	font-family: verdana, helvetic, arial, sans-serif;
	font-size: 12px;
}

/* make the form NOT put in lots of padding */
FORM {
	margin: 0px;
	padding: 0px;
}

/* create predeictable width form elements */
INPUT, TEXTAREA {
	font-family: monaco, courier, monospace;
	font-size: 12px;
}

/* Anchor tag styles */

A {
	color: #1057B8;
	text-decoration: underline;
}

A:visited {
	color: #990099;
	text-decoration: none;
}

A:link {
	color: #1057B8;
	text-decoration: underline;
}

A:hover {
	color: #ff0000;
	background-color: #efefef;
	text-decoration: underline;
}

A:active {
	color: #1057B8;
	text-decoration: underline;
}

/* #################### end element definitions #################### */



/* #################### BEGIN custom selectors #################### */

.section_head {
	background-color: #FFFFFF;
	font-weight: bold;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 16px;
}

.padding {
	margin: 15px;
}

.pixel_wrapper {
	background-color: #efefef;
}

.left_hand_navs {
	color: #OOOOOO;
	background-color: #FFFFFF;
	background-image: url(images/atdn_vert.gif);
	font-family: verdana, helvetic, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
}

.content {
	background-color: #CCCCCC;
	font-family: verdana, helvetic, arial, sans-serif;
	font-size: 12px;
}

.footer {
	background-color: #EFEFEF;
	width: 580px;
	height: 20px;
	font-family: verdana, helvetic, arial, sans-serif;
	font-size: 10px;
}

/* #################### END custom selectors #################### */

