body,table {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body {
	padding: 0px;
	margin: 0px;
}

a {
	color: #264269; 
	text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #3E6BAB;
}

#menu {
	background-image: url(/img/menu_bkgnd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 42px;
	vertical-align: middle;
	padding-left: 22px;
}

#menu a, #footer a {
	border-bottom-width: 0px;
}

.layout_spacer {
	height: 12px;
}

#content {
	background-color: #F0F7FD;
	padding: 5px 13px 5px 8px;
}

#footer {
	border-width: 1px 0px;
	border-color: #BCD9F3;
	border-style: solid;
	height: 22px;
	vertical-align: center;
	font-size: 9pt;

}

#subfoot_soft {
	height: 80px;
	background-image: url(/img/subfoot_soft.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#subfoot_j {
	height: 80px;
	background-image: url(/img/subfoot_j.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.menu_spacer {
	padding: 0px 22px;
}

#wing_left_left {
	background-image: url(/img/wing_left_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#wing_left_right {
	background-image: url(/img/wing_left_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#wing_right {
	background-image: url(/img/wing_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.content {
	background-color: white;
	border-left-color: #F9F9F9;
	border-right-color: #B5B1B9;
	border-top-color: #F9F9F9;
	border-bottom-color: #B5B1B9;
	border-width: 1px;
	border-style: solid;
	padding: 8px 12px 12px 8px;
}

h1,h2 {
	color: #95AD4C;
	margin: 3px 0px 4px 0px;
	padding: 0px;
}

h1 { 
	font-size: 12pt;
}
h2 {
	font-size: 10pt;
}

.content p, .recent p {
	margin: 3px 0px 13px 0px;
	padding:0 px;
	line-height: 155%;
}

.layouttable {
}

.formedit {
	background-color: #F0F7FD;
	border-left-color: #F9F9F9;
	border-right-color: #B5B1B9;
	border-top-color: #F9F9F9;
	border-bottom-color: #B5B1B9;
	border-width: 1px;
	border-style: solid;
}

.recent h1, .recent h2 {
	color: white;
}

.recent {
	background-color: #264269; 
	color: white;	
	padding: 0px;
	margin: 4px;
	font-size: 9pt;
}

.recent .text {
	padding: 8px 12px 12px 8px;
}

.recent a {
	color: white;
    border-bottom-color: white;	
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}