/* SiteConnectV2 CMS stylesheet v1.0 */

BODY {
	font-family : arial, helvetica, sans-serif;
	font-size : 13px;
	color: #4e3f22;
}

H1 {
	font-size : 24px;
	font-weight : bold;
	margin:0px;
}
H2 {
	font-size : 18px;
	font-weight : bold;
	margin:0px;
}
H3 {
	font-size : 14px;
	font-weight : bold;
	margin:0px;
}

.menutoplevel{
 color : #f5e3c5;
 font-size : 14px;
 font-weight : bold;
 line-height : 28px;
 text-decoration: none;
}
 
.menusublevel {
 color : #f5e3c5;
 font-size : 14px;
 font-weight : Normal;
 line-height : 28px;
 text-decoration: none;
}
 
.menucustom {
 color : #444444;
 font-size : 12px;
 font-weight : bold;
 line-height : 20px;
 text-decoration: none;
}
.picture-text {
	font-weight : bold;
}

A {
	text-decoration : underline;
	color : #000000;
}

.tableinput_table {
	border-color : white;
}

.tableinput_head {
	font-size: 14px;
	font-weight: bold;
	color : #FFFFFF;
	background-color: #4e3f22;
	border: solid 1px #4e3f22;
	padding : 2px;
}

.tableinput_cell {
	padding : 3px;
	background-color: #F2F0E5;
	border: solid 1px #4e3f22;

}