BODY {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}
.contentTop {
	background-image : url(../pix/content_topfill.jpg);
	background-repeat : repeat-x;
}
.contentBottom {
	background-image : url(../pix/content_bottomfill.jpg);
	background-repeat : repeat-x;
}
.contentLeft {
	background-image : url(../pix/content_leftfill.jpg);
	background-repeat : repeat-y;
}
.contentRight {
	background-image : url(../pix/content_rightfill.jpg);
	background-repeat : repeat-y;
}
.header{
/*	background-image : url(../pix/header.jpg);
	background-repeat : no-repeat;*/
}
.footer {
	background-image : url(../pix/footer.jpg);
	background-repeat : no-repeat;
	font-size : 11px;
	color : #91c12a;
	padding-left : 10px;
	vertical-align : top;
	padding-top : 50px;
}
.contentText{
	font-size : 12px;
	color : Gray;
	padding : 10px;
}
A.contentLink{
	font-size : 12px;
	color : #91c12a;
	font-weight : bold;
}
A:HOVER.contentLink {
	color : #ffbb17;
	text-decoration : none;
}
H1 {
	font-size : 12px;
	color : #91c12a;
	font-weight : bold;
}
.rightText{
	font-size : 11px;
	color : Gray;
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
}
A.rightLink{
	font-size : 11px;
	color : #91c12a;
	font-weight : bold;
}
A:HOVER.rightLink {
	color : #ffbb17;
	text-decoration : none;
}
.rightDate{
	font-size : 11px;
	color : #ade23a;
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
}
.rightTitle{
	font-size : 11px;
	color : #91c12a;
	font-weight : bold;
}
.activitiyBox{
	vertical-align : top;
	text-align : left;
}
.activityText{
	font-size : 12px;
	color : Gray;
	vertical-align : top;
	text-align : left;
	padding-left : 10px;
	padding-top : 2px;
}
.refBox{
	vertical-align : top;
	text-align : left;
	padding-left : 10px;
}
.refText{
	font-size : 12px;
	color : Gray;
	vertical-align : top;
	text-align : left;
	padding-left : 10px;
	padding-top : 4px;
}
.contText{
	font-size : 12px;
	color : Gray;
	vertical-align : top;
	text-align : right;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 4px;
	padding-bottom : 4px;
	font-weight : bold;
}
.contHolder{
	vertical-align : top;
	text-align : left;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 4px;
	padding-bottom : 4px;
}
.inputType{
	font-size : 12px;
	color : #91c12a;
	border : 1px solid #ade23a;
	width : 200px;
}
.areaType{
	font-size : 12px;
	color : #91c12a;
	padding : 2px;
	border : 1px solid #ade23a;
	width : 400px;
}
.buttonType{
	font-size : 12px;
	color : #ffffff;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 2px;
	border : 1px solid #91c12a;
	background-color : #ade23a;
	font-weight : bold;
}
.warning{
	font-size : 12px;
	color : #ffbb17;
	padding : 10px;
	font-weight : bold;
}