.T1 {
	background-image : url(images/bg.jpg);
	background-repeat : no-repeat;
	background-color : White;
}

.maintext {
	font-family : sans-serif;
	font-size : 12px;
}

.bodytext {
	font-family : sans-serif;
	font-size : 12px;
	padding-left : 48px;
	padding-right : 28px;
}

.menu {
	font-family : sans-serif;
	font-size : 13px;
	padding-bottom : 8px;
}

A {
	color : #D926AB;
	font-weight : bold;
}


A:HOVER {
	background-color : #D926AB;
	color : White;	
}

.footer {
	border-bottom : 1px solid White;
	border-left : 1px solid White;
	border-right : 1px solid White;
	color : White;
	padding-top : 12px;
	padding-right : 12px;
	padding-bottom : 12px;
	font-family : sans-serif;
	font-size : 11px;
	line-height : 180%;
}

.footer_bold {
	font-weight : bolder;
}


