body {
	cursor: default;
	color: #4574B8;
}

.link {
	color: #20397D;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

.link:hover {
	text-decoration: underline;
}

.menu a {
	border-right: 1px solid #FFFFFF;
}

.menu_right a {
	border-right: 0px none #FFFFFF;
}

.menu a, .menu_right a {
	display: block;
	color: #4574B8;
	background-color: #EFC031;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px none #FFFFFF;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	font-size: 14px;
}

.menu a:hover, .menu_right a:hover {
	background-color: #E9AD30;
}

.selected_menu a {
	border-right: 1px solid #FFFFFF;
}

.selected_menu_right a {
	border-right: 0px none #FFFFFF;
}

.selected_menu a, .selected_menu_right a {
	display: block;
	color: #4574B8;
	background-color: #DE892D;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px none #FFFFFF;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	font-size: 14px;
}

.sub_menu {
	color: #FFFFFF;
	font-family: Arial;
	font-size: small;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.highlight {
	background-color: #EFC032;
	display: inline;
	padding-left: 40;
	padding-right: 20;
}

.sub_menu_title {
	background-color: #EFC031;
	font-family: Arial;
	font-style: italic;
	text-transform: lowercase;
	color: #FFFFFF;
	padding-right: 10px;
}

.content {
	padding-top: 10;
	padding-left: 40;
	padding-right: 40;
}

ul {
	list-style-type: square;
}

.footer {
	padding-top: 10;
	font-size: smaller;
}

a.footer {
	color: #336699;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

div.error_msg_wrapper {
	width: 95%;
	background-color: #F7F7F7; 
	border-width: 1px; 
	border-color: red;
	border-style: solid; 
	padding: 4px 4px 4px 15px;
	margin-left: 1%;
	-moz-border-radius: 4px;
}

.error_title {
	color: red;
	font-weight: bold;
	vertical-align: bottom;
}

.error_msg {
	color: red;
	padding: 0px;
}

.errors {
list-style-type: disk;
list-style-image: url(../images/no.gif);
margin: 0px auto 5px 24px;
padding: 0;
}


div.warning_msg_wrapper {
	width: 95%;
	background-color: #FFE6E6;
	border-width: 1px;
	border-color: red;
	border-style: solid;
	padding: 4px 4px 4px 15px;
	margin-left: 1%;
	-moz-border-radius: 4px;
}

div.msg_wrapper {
	width: 95%;
	background-color: #FFFFDD; 
	border-width: 1px; 
	border-color: #D6D5D6;
	border-style: solid; 
	padding: 4px 4px 4px 15px;
	margin-left: 1%;
	-moz-border-radius: 4px;
}

.message_title {
	font-weight: bold;
	vertical-align: bottom;
}

.message_msg {
	padding: 0px;
}
