/* text links */

a:link {color:#3F63A2;}
a:visited {color:#3F63A2;}
a:hover {color:#3F63A2; text-decoration:underline overline;}


/* body/form tags */

body {
	background-color: #263651;
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-right: 0px;
	margin-left: 0px;
}

form {
 margin: 0;
}


/* table/div defs */

#transBorder {
	background: url("../images/contentbg.jpg") no-repeat bottom right #FFFFFF;
	/* background: white; */
	opacity:0.92;
	filter:alpha(opacity=92); /* For IE8 and earlier */ 

	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */

	border: 25px solid rgba(255, 255, 255, 0.3);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 

	padding: 50px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;

	line-height: 100%; 
}


/* hr def */

hr {
	border: 0;
	width: 100%;
	height: 1pt;
	color: #DCDCDC;
	background-color: #DCDCDC;
}


/* font defs */

    .normal {
 	font-family: arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;}

    .pageheader {
 	font-family: arial;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #004477;}
