/* CSS Document */
body {
	margin: 0 auto;
	background-image: url(/assets/images/bkg_page.png);
	background-repeat: repeat;
	background-color: #8273AA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 300;
	color: #e3dfef;
}
H1 {
	font-size: 15px;
	font-weight: bold;
	color: #beb6d7;
	margin:0px 0px 5px 0px; }
H2 {
	font-size: 13px;
	font-weight: bold;
	color: #beb6d7;
	margin:0px 0px 5px 0px; }
H3 {
	font-size: 12px;
	font-weight: bold;
	color: #beb6d7;
	margin:0px 0px 5px 0px; }
p {
	margin:0 0 10px 0; }
hr {
	color: #5E5069;
	background-color: #5E5069;
	height: 1px; border: 0; }
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #75629d;
	text-decoration: none;
}
a:active {
	color: #beb6d7;
	text-decoration: underline;
}
a:hover {
	color: #beb6d7;
	text-decoration: underline;
}

a.yellow:link {
	color: #d1b336;
	text-decoration: none;
}
a.yellow:active {
	color: #d1b336;
	text-decoration: underline;
}
a.yellow:hover {
	color: #d1b336;
	text-decoration: underline;
}
a.yellow:visited {
	color: #d1b336;
}
.navigation li {
	list-style: none; margin: 0; padding: 0.25em;
}
.navigation li a {
	margin-left: 45px;
	font-size: 12px;
	font-weight: bold;
	color: #75629d;
	line-height: 25px;
	text-decoration: none;
}
.navigation li a:active {
	color: #beb6d7;
	text-decoration: underline;
}
.navigation li a:hover {
	color: #beb6d7;
	text-decoration: underline;
}


/******** contaner styles ******/

#container {
	margin:0 auto;
	width:800px; height:auto;
	background-image: url(/assets/images/bkg_body.png);
	background-repeat: no-repeat;
	background-color: #2b0d63;
	background-position: left top;
}

.footer {
	background-image: url(/assets/images/ftr.png);
	background-repeat: no-repeat;
	background-color: #2F2049;
	background-position: left top;
	font-size:9px;
	padding:10px;
}
.hdr {
	background-image: url(/assets/images/hdr_body.png);
	background-repeat: no-repeat;
}


/* STYLES FOR MULTI-SHIP */

form p {
	 margin: 0 0 5px 0;
}
fieldset {
margin: 10px 15px 5px 5px; 
padding-top:-5px
display: block;
border-collapse:collapse;
border-color:#75629d; }
