.menuTitle {
	font-family: Arial, Helvetica, sans-serif; 
	color: #00355A;
	text-decoration: none; 
}

table.menuTitleSeparator {
    width: 100%;
    height: 2px;
    border: 0px;
    padding: 0px;
    background: #0068A6;
}

.pageTitle { 
	font-weight: bold; 
	color: #5A5A5A; 
	text-decoration: none;
}

table.pageTitleSeparator {
    width: 100%;
    height: 1px;
    border: 0px;
    padding: 0px;
    background: #cccccc;
}


.arrowLink a, .arrowLink a:visited {
    color: #000000; 
    font-weight: bold; 
    text-decoration: none; 
}

.arrowLink a:hover, .arrowLink a:active {
    color: #cccccc; 
    font-weight: bold; 
    text-decoration: none; 
}

.arrowLink a.selected, .arrowLink a.selected:visited {
    color: #cccccc; 
    font-weight: bold; 
    text-decoration: none; 
}

.arrowLink a.selected:hover, .arrowLink a.selected:active {
    color: #cccccc; 
    font-weight: bold; 
    text-decoration: none; 
}

/* Used for the errors section of a page */
.errors {
	padding: 10px;
	border: 1px C25429 dashed;
	margin-bottom: 5px;
	font-weight: bold;  
	font-size: 1.2em;        
}

/* Used for each individual error in the error section */
.errors .error {
	display: block;
	color: C25429;
	font-weight: bold;
}

/* Used for the messages section of a page */
.messages {
	padding: 10px;
	border: 1px green dashed;
	margin-bottom: 5px;
	color: #C25429;
	font-weight: bold;  
        font-size: 1.1em;
}

/* Used for each individual message in the messages section */
.messages .message {
	display: block;
	color: green;
	font-weight: bold;
}