/* CSS definition file containing sitestyle stylesheets */

BODY {
	margins : 2;
	font-family : Arial;
	font-size : 9pt;
}

BODY.reactivate {
	background-color: rgb(255,255,255);
}

TD.title {
	font-family : Arial;
	font-size : 14pt;
	font-weight : bold;
	color : navy;
}
TD.title2 {
	font-family : Arial;
	font-size : 14pt;
	font-weight : bold;
	color : black;
}
TD.subtitle2 {
	font-family : Arial;
	font-size : 14pt;
	font-wieght : bold;
	color : black;
	background : #a6a6a6;
}
TD.header {
	font-family : Arial;
	font-size : 14pt;
	font-weight : bold;
	color : navy;
}
TD.header1 {
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	color : black;
	background : #a6a6a6;
	valign : top;
}
TD.small {
	font-family : Arial;
	font-size : 6pt;
	font-weight : normal;
}
TD.highlight {
	font-family : Arial;
	font-size : 9pt;
	font-weight : normal;
	color : black;
	background-color : #FFCC00;
}

TD {
	font-family : Arial;
	font-size : 9pt;
}

TD.all {
	font-family : Arial;
	font-size : 9pt;
}

TD.label {
	font-family : Arial;
	font-size : 9pt;
	font-weight : normal;
	color : black;
}
TD.label1 {
	font-family : Arial;
	font-size : 9pt;
	font-weight : normal;
	color : black;
	background : #f0f0cc;
}


A {
	font-family : Arial;
	font-size : 9pt;
}

INPUT {
	font-family : Arial;
}	
