/* ------ MEDIA TAG ----- */

@media print {

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

h1 {
	font-size: 195%;
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
	border-bottom: 1px solid #DFDFDF;
}

h2 {
	font-size: 150%;
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
	border-bottom: 1px solid #DFDFDF;
}

h3 {
	font-size: 115%;
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
	border-bottom: 1px solid #DFDFDF;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}


/* ----- END HTML TAGS ----- */

/* ----- CONTAINTERS ----- */

.clear {
 clear: both;
 margin: 0px;
 padding: 0px;
}

.container {
	width: 760px;
	margin: 10px auto;
	border: 1px solid #6C6C6C;
	background-color: #FFFFFF;
}

.header {
	width: 760px;
}

.headerTop {
}

.headerTopLeft {
	display: none;
}

.logoPrint {
}

.headerTopRight {
	display: none;
}

.headerTopRight a {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 6px 0px 6px;
}

.headerTopRight a:hover {
	text-decoration: underline;
}

.headerTopRight h1 {
	font-size: 145%;
	color:#666666;
	padding: 0px;
	margin: 0px;
	border: none;
}

.headerMiddle {
	display: none;
}

.headerMiddleLeft {
	float: left;
}

.headerMiddleMiddle {
	display: none;
}

.headerMiddleMiddle ul {
	padding: 0px;
	margin: 0px;
}

.headerMiddleMiddle li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.headerMiddleMiddle a {
	border-left: 1px solid #FA3741;
	border-right: 1px solid #BE0000;
	padding: 5px 10px 6px 10px;
	text-decoration: none;
	color: #FFFFFF;
}

.headerMiddleMiddle a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.headerBottom {
	display: none;
}

.headerBottomTop {
}

.headerBottomMiddle {
	background-image: url(/images/template/header04-bg.jpg);
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
	padding: 8px 27px 10px 10px;
	border-top: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;
}

.headerBottomBottom {
	border-bottom: 1px solid #6C6C6C;
}

.main {
	clear: both;
	margin: 10px 10px 10px 10px;
}

.mainLeft {
	padding: 0px 10px 10px 10px;
	line-height: 150%;
}

.mainLeftFeature {
	border-top: 1px dotted #C8C8C8;
	padding: 5px 0px 3px 0px;
}

.mainLeftFeature a {
	color: #FF0000;
	text-decoration: none;
}

.mainLeftFeature a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.mainMenu {
	display: none;
}

.mainMenu a {
	color: #FF0000;
	text-decoration: none;
}

.mainMenu a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.mainMenuBox {
	border-bottom: 1px solid #DFDFDF;
	padding: 10px;
}

.mainMenuBox ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.mainMenuBox li {
	background-image: url(/images/icon_shield-bullet.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0px 0px 0px 45px;
	/*list-style-image: url(/images/icon_shield-bullet.jpg);*/
}

.mainMenuOutside {
	padding: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #999;
}

.footer {
	background-color: #787878;
	color: #FFFFFF;
	font-size: 80%;
	width: 760px;
	margin-top: 10px;
}

.footer a {
	text-decoration: none;
	color: #FFFFFF;
}

.footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.footerLeft {
	display: none;
}

.footerRight {
	float: right;
	background-color: #787878;
	padding: 3px 10px 3px 10px;
}

.floatLeft {
	float: left;
	margin-right: 5px;
}

.floatRight {
	float: right;
	margin-left: 5px;
}

.floatLeftBorderRed {
	border: 1px solid #FF0000;
	float: left;
	margin-right: 5px;
}

.floatRightBorderRed {
	border: 1px solid #FF0000;
	float: right;
	margin-left: 5px;
}

.textRed {
	color:#FF0000;
}

.tableStyle th {
	background-color: #FF0000;
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	border-bottom: 1px solid #BA0607;
}

.tableStyle td {
	background-color: #DFDFDF;
	border-bottom: 1px solid #FFFFFF;
}

.tableNone td {
	border: 0px;
}

.breadcrumb {
	font-size: 90%;
	color: #999999;
}

.breadcrumb a {
	color: #999999;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #999999;
	text-decoration: underline;
}

.borderRed {
	border: 1px solid #FF0000;
}

}

/* ------ END MEDIA TAG ----- */
