BODY
{
	margin: 0;
	scrollbar-face-color: #1E3D5C;
	scrollbar-shadow-color: #152B40;
	scrollbar-track-color: #29527C;
	scrollbar-arrow-color: #E0D8BC;
	scrollbar-highlight-color: #29527C;
	scrollbar-3dlight-color: #152B40;
	background-color: #3B0A12;
	height: 450px;
}

.bd_body {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#body{
	width: 766px;
	background-image: none;
	background-color: #ffffff;
	height: 350px;

}


/*********************
        LINKS
*********************/

A:link { text-decoration: underline; color:#7C3F49}
A:visited { text-decoration: none; color:#3A6D98}
A:active { text-decoration: underline; color:#3B0A12}
A:hover { text-decoration: underline; color:#B7737E}

.footer A:link { text-decoration: underline; color:#ffffff}
.footer A:visited { text-decoration: none; color:#FAD5DB}
.footer A:active { text-decoration: underline; color:#F6F3F4}
.footer A:hover { text-decoration: underline; color:#F9F9DE}

/*********************
     TYPOGRAPHY
*********************/


h5 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;;
	font-size: 15px;
	color: #666666;
	font-weight: bold;
	margin-left: 50px;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 5px;
	background-color: #FFFFFF;
}



p {
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif, Tahoma;;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin-top: 10px;
	margin-left: 50px;
	background-color: #FFFFFF;
	margin-right: 30px;
}


p.small {
	font-family: Arial, Helvetica, sans-serif, Tahoma;;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #ffffff;
	margin-top: 5px;
	text-align: right;
}


p.table {
	font-family: Arial, Helvetica, sans-serif, Tahoma;;
	font-size: 12px;
	color: #333333;
	margin-left: 10px;
	background-color: #FFFFFF;
	text-align: left;
}

p.center {
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif, Tahoma;;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #ffffff;
	text-align: center;
	margin-top: 20px;
}

p.footer {
	font-family: Arial, Helvetica, sans-serif, Tahoma;, sans-serif;
	font-size: 11px;
	color: #ffffff;
	margin-top: 10px;
	margin-left: 20px;
	text-align: left;
	background-color: #781425;
	
}


.pbottom {
	font-family: Arial, Helvetica, sans-serif, Tahoma;;
	font-size: 12px;
	color: #333333;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 20px;
}


/*********************
    BORDERS
*********************/


.img {
	border: 1px solid #000000;
}


.black {
	margin: 0;
	margin-left: 0px;
	left: 0px;
	border-right: 1px solid #202226;
	border-bottom: 1px solid #202226;
	border-left: 1px solid #202226;
}

.bd_header {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: none;
	border-left: 1px solid #FFFFFF;
}
/*********************
     LISTS
*********************/


ul {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	;
	font-size: 11px;
	color: #333333;
	text-align: left;
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 1px;
	background-color: #FFFFFF;
}


ul.main {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 60px;
}
				

/*********************
     TABLE CELLS
*********************/
table.header_cntr{
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #532B30;
	padding: 5px;
	width: 400px;
	text-align: center;
	margin-left:auto; margin-right:auto;
}

table.body_cntr{
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
	padding: 5px;
	width: 400px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	border: 1px dotted #333333;
}


/*********************
     FOOTER
*********************/

#footer {
	color: #FFFFFF;
	width: 766px;
	height: 65px;
	background-color: #781425;
}


.bd_ft {
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/*********************
    POSITIONING
*********************/

.img_center {margin-left:auto; margin-right:auto;}

