/* General Attributes */
body {
	background-color: #FFFFFF;
	width:1200px
}

dd {
	font-family: "Arial","Helvetica",sans-serif;
	font-size: 12px;
	width:auto
}

a:Link {
	color: #0000CC;
}
a:Visited {
	color: #CC9900;
}
a:Hover {
	color: #6699FF;
}

h1 {
	font-size: 22px;
	color: #000099;
	margin: 9px 0px 9px 0px;
}

h2 {
	font-size: 18px;
	color: #000099;
	margin: 6px 0px 6px 0px;
}

h3 {
	font-size: 14px;
	color: #000099;
	margin: 3px 0px 3px 0px;
}

h4 {
	font-size: 12px;
	color: #000099;
	margin: 0px 0px 0px 0px;
}

ul {
	text-indent: 0px;
	padding: 0px;
	margin: 0px 0px 0px 25px;
}

ul li {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: 0px;
	list-style-type: square;
	border: 0px;
	text-align: left;
}

ul li li {
	list-style-type: circle;
}


/* Specific to the template*/
.menu {
	color: #FFCC00;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
}

.menu {
	color: #FFCC00;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
}

.menu a:link { 
	color: #99CCFF; 
	text-decoration: none; 
	font-weight: bold;
}
.menu a:visited { 
	color: #99CCFF; 
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	color: #FFFFCC; 
	text-decoration: underline;
	font-weight: bold;
}
.menu a:active {
	color: #FFFFCC; 
	text-decoration: underline;
	font-weight: bold;
}

.menu_header {
	color: #CCCC99;
	font-weight: bolder;
}

.submenu {
	color: #FFCC00; 
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.submenu a:link { 
	color: #99CCFF; 
	text-decoration: none; 
	font-weight: bold;
	font-size: 12px;
}
.submenu a:visited {
	color: #99CCFF; 
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.submenu a:hover {
	color: #FFFFCC; 
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

.top_menu {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

.top_menu_selected {
	color: #000000;
	font-weight: bold;
	background: #CCCCCC;
	font-size: 14px;
}

.top_menu a:link { 
	color: #333366; 
	text-decoration: none; 
	font-weight: bold;
	font-size: 14px;
}
.top_menu a:visited { 
	color: #333366; 
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.top_menu a:hover {
	color: #6699FF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}

/* Form elements */
.ALabel {
	font-weight: bold;
	font-size: 12px;
	color: #000099;
}

.AError {
	font-weight: bold;
	font-size: 12px;
	color: #990000;
}

.AText {
	border: 1px solid #000000;
	font-size: 11px;
	color: blue;
}

.ATextError {
	border: 1px solid #000000;
	font-size: 11px;
	color: #FFFF00;
	background-color: #990000;
}

.ASelect {
	font-size: 11px;
	color: blue;
}


.ASubmit {
	background-color: #FFFFCC;
	border: 1px solid #000000;
	font-family: "Courier", "Courier New", monospace;
	letter-spacing: 3px;
	font-size: 14px;
	font-weight: bold;
}

.AReset {
	background-color: #CCCCCC;
	border: 2px dashed #000000;
	font-family: "Courier", "Courier New", monospace;
	letter-spacing: 3px;
	font-size: 14px;
	font-weight: bold;
}

/* DirectionsBox */
.directions {
	background: #CCCCCC;
	padding: 3px;
	border: 2px solid black;
}

.directions  textarea {
	background: #CCCCCC;
	border: 0px; 
	font-family: 'Arial', 'Helvetica', sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	overflow: auto;
}

/* Error */
.error td {
	color: #FF0000;
	font-weight: bold;
}

/* Others */
.graybar {
	background-color: #CCCCCC;
}

.required {
	color: #993300;
	font-weight: bolder;
	font-size: 140%;
}
