/* SiteConnectV2 CMS stylesheet v1.0 */

table {
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
}

H1 {
	font-family : arial, helvetica, sans-serif;
	font-size : 20px;
	Color : #000000;
	font-style: plain;
	Font-weight: normal;
	text-decoration : none;
	margin-bottom : 10px;
}

H2 {
	font-family : arial, helvetica, sans-serif;
	font-size : 14px;
	Color : #000000;
	font-style: plain;
	Font-weight: bold;
	text-decoration : none;
	margin-bottom : 10px;
}
H3 {
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	Color : #000000;
	font-style: plain;
	Font-weight: bold;
	text-decoration : none;
	margin-bottom : 10px;
}

.menutoplevel{
 color : #444444;
 font-size : 12px;
 font-weight : bold;
 line-height : 20px;
 text-decoration: none;
}
 
.menusublevel {
 color : #444444;
 font-size : 12px;
 font-weight : bold;
 line-height : 20px;
 text-decoration: none;
}
 
.menucustom {
 color : #444444;
 font-size : 12px;
 font-weight : bold;
 line-height : 20px;
 text-decoration: none;
}
.picture-text {
	font-weight : bold;
}

A {
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	Color : #000000;
	font-style: plain;
	Font-weight: bold;
	text-decoration: none;
}

A:hover{
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	Color : #000000;
	font-style: plain;
	Font-weight: bold;
	text-decoration: underline;
}

A:active{
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	Color : #000000;
	font-style: plain;
	Font-weight: bold;
	text-decoration: none;
}

A:visited{
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	Color : #000000;
	font-style: plain;
	Font-weight: bold;
	text-decoration: none;
}

.tableinput_table {
	border-color : white;
	font-size: 14px;
	font-weight: bold;
	
}

.tableinput_head {
	font-size: 12px;
	font-weight: bold;
	color : #FFFFFF;
	background-color: white;
	border: solid 1px #000000;
	padding : 2px;
}

.tableinput_cell {
	padding : 3px;
	background-color: white;
	border: solid 0px #000000;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	
}