body, p, td, blockquote, div, span, a, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

iframe {
 background-color:transparent;
}

p {
	margin-bottom: 1em;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 12px;
}

.smaller {
	font-size: 10px;
}

.tiny {
	font-size: 8px;
}

.red {
	color: #CC3333;
}

.blue {
	color: #0000FF;
}

.1yellow {
	color: #FFFF66;
}

.yellow {
	color: #000000;
}

.1smallyellow {
	font-size: 12px;
	color: #FFFF66;
}

.smallyellow {
	font-size: 12px;
	color: #000000;
}

a:link, a:visited, a:active {
	color: #CC3333;
	text-decoration: underline;
}

a:hover {
	color: #CC3333;
	text-decoration: none;
	/*font-weight: bold;*/
}

.Highlight {
	color: #339933;
	font-weight: bold;
}

.smallred {
	font-size: 12px;
	color: #CC3333;
}

.bigger {
	font-size: 16px;
}

.cellRightHeavy {
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	width: 60px;
}

.cellSum {
	Border-Top: 1px solid;
	Border-Bottom: 1px solid;
}

.cellHeader {
	font-weight: bold;
	text-decoration: underline;
}

.ColourAcceptableValue {
	color:#339933;
}

.ColourUnacceptableValue {
	color:#CC0000;
}

a.plain:link, a.plain:visited, a.plain:active {
	color: #000000;
	text-decoration: underline;
}

a.bold:link, a.bold:visited, a.bold:active {
	color: #CC3333;
	text-decoration: underline;
	font-weight: bold;
}

a.bold:hover {
	color: #CC3333;
	text-decoration: none;
	font-weight: normal;
}

div.menu_buttons a,
td.lm_top_menu a {
 border-top: 3px solid #F25355;
 border-bottom: 3px solid #A7080A;
 border-left: 3px solid #F25355;
 border-right: 3px solid #A7080A;
}

div.menu_buttons a:hover,
td.lm_top_menu a:hover {
 border-bottom: 3px solid #F25355;
 border-top: 3px solid #A7080A;
 border-right: 3px solid #F25355;
 border-left: 3px solid #A7080A;
}

div.menu_buttons a.anchor_selected,
td.lm_top_menu a.anchor_selected {
 border-bottom: 3px solid #F25355;
 border-top: 3px solid #A7080A;
 border-right: 3px solid #F25355;
 border-left: 3px solid #A7080A;
}

div.menu_buttons a,
div.menu_buttons a:visited,
div.menu_buttons a:link,
div.menu_buttons a:hover,
td.lm_top_menu a,
td.lm_top_menu a:visited,
td.lm_top_menu a:link,
td.lm_top_menu a:hover {
 display: block;
 float: left;
 width: 6.5em;
 background: #CC2D2F;
 text-decoration: none;
 color: #000;
 font-weight: bold;
 padding-top: 2px;
 padding-bottom: 2px;
 margin-right: 6px;
}

div.menu_buttons a,
div.menu_buttons a:visited,
div.menu_buttons a:link,
div.menu_buttons a:hover {
 text-align:center;
 margin-top:5px;
 margin-left:15px;
 width: 10em;
}

/* Make the FG pass button line up*/
div.menu_buttons form a,
div.menu_buttons form a:visited,
div.menu_buttons form a:link,
div.menu_buttons form a:hover {
 margin-left:0;
}
/* AIM : Make submit button look like other buttons */
input.button { 
 border-top: 3px solid #F25355;
 border-left: 3px solid #F25355;
 border-right: 3px solid #A7080A;
 border-bottom: 3px solid #A7080A;
 background-color: #CC2D2F; 
 color: #000;
 font-weight: bold;
}

input.button:hover { 
 border-top: 3px solid #A7080A;
 border-left: 3px solid #A7080A;
 border-right: 3px solid #F25355;
 border-bottom: 3px solid #F25355;
 cursor: pointer;
}

input.fixed_width { 
 width:10em;
 height: 2.2em;
}