body {
	margin: 0;
}

a:link { color: #0938C1; text-decoration: none;}
a:visited { color: #950074; text-decoration: none;}
a:hover { text-decoration: underline;}
a:active { text-decoration: none;}

/***************************************/
/* header text                         */
/***************************************/
.title_l {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFCC33;
}

.title_r {
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;
}

.sub_title {
	font-size: 0.8em;
	color: #003399;
}

/***************************************/
/* footer text                         */
/***************************************/
.footer_r {
	font-size: 0.8em;
	color: #FFFFFF;
	font-weight: normal;
	text-align: right;
	position : absolute; 
	right: 3%;
	margin-top: 2px;
}

.footer_l {
	font-size: 0.8em;
	color: #FFFFFF;
	font-weight: normal;
	position : absolute;
	text-align: left;
	margin-top: 2px;
}


