/* CSS Document */

/*---------default------------*/
body {
	background-image:url(header.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-color:#ffffff;
	margin:0px;

}

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
	
}
.footer {
	background-image:url(footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	font-size:10px;
	line-height:27px;
	color:#ffffff;
	
	
}

/*---------END default------------*/

.line {
	background-image:url(line.jpg);
	background-repeat:repeat-x;
	background-position:50px;
	height:50px;
}

.frame_border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #073582;
	border-left-color: #073582;
}


.center_column {
	background-image:url(content-bg.jpg);
	background-repeat:repeat-x;
	background-color:#b6e4fe;
}
.right_column {
	background-image:url(pix-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-left:10px;
}

	
.content_box {
	background-color:#ffffff;
	border: #073582 solid 1px;
	padding:5px;

}


.content_text {
	color:#000000;
	padding:10px;
	text-align:justify;
}
.text_orange {
	color:#ff790c;
	text-decoration:none;
	font-weight:bold;
}