<!--
#page {
	width: 900px;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	position: relative;
	color: #1B0C80;
	font-size: 12px;
}

#leftColOut {
	width: 430px;
	margin: 0px;
	padding-top: 80px;
	float: left;
	text-align: left;
}

#leftCol {
	width: 390px;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	text-align: justify;
}

#rightCol {
	width: 390px;
	margin: 0px 40px;
	padding-top: 0px;
	text-align: justify;
}

#fullWidthTitle {
	width: 100%;
	margin: 0px;
	padding-top: 80px;
	text-align: left;
}

#fullWidth {
	width: 820px;
	margin: 0px 40px;
	padding: 0px;
	text-align: left;
}

#page a:link { color: #FF6000; text-decoration: none; }
#page a:visited { color: #FF6000; text-decoration: none; }
#page a:hover { color: #FF6000; text-decoration: underline; }
#page a:active { color: #FF6000; text-decoration: underline; }

#page h2 {
	width: 100%;
	margin: 0px;
	padding: 2px 0px 3px 40px;
	background-image:  url(../imagesDesign/titleBg.jpg);
	background-repeat: repeat-y;
	font-size: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
	text-align: left;
}

#page h3 {
	font-size: 13px;
	color: #1B0C80;
	text-align: left;
}

#page p {
	margin: 20px 0px;
}

#page img {
	border: #FF6000 1px solid;
}

#page ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

#page li {
	margin: 10px 10px;
}

#page .list2 {
	font-style: italic;
}

#page .list2 li {
	margin: 3px 10px;
}

#page .bold {
	font-weight: bold;
}

#page .italic {
	font-style: italic;
}

#page .boldUnderline {
	font-weight: bold;
	text-decoration: underline;
}

#page .boldUnderlineItalic {
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}

#page .orangeBold {
	color: #FF6000;
	font-weight: bold;
}

#page .orangeBoldCentered {
	margin: 40px;
	color: #FF6000;
	font-weight: bold;
	text-align: center;
}

#page .imageRight {
	float: right;
}

#page .tableClients {
	width: 100%;
	margin: 0px 0px;
}

#page .tableClients td {
	width: 25%;
	margin: 10px;
	padding: 10px 0px 10px 0px;
	background-color: #F3F5F7;
	border: #1B0C80 1px solid;
	text-align: center;
	vertical-align: top;
	font-weight: bolder;
}

#page .tableClients img {
	border: #FF6000 1px solid;
	margin: 0px 0px 5px 0px;
	vertical-align: middle;
}

#page .tableClients a:link { color: #1B0C80; text-decoration: none; }
#page .tableClients a:visited { color: #1B0C80; text-decoration: none; }
#page .tableClients a:hover { color: #1B0C80; text-decoration: none; }
#page .tableClients a:active { color: #1B0C80; text-decoration: none; }

#page .tableClients .emptyCell {
	border: 0px solid;
	display: none;
}

#page .tableClients .over {
	background-color: #B0C0D0;
}

#page .tableClients .out {
	background-color: #F3F5F7;
}

#orangeBox {
	width: 100%;
	margin: 40px 0px;
	padding: 10px 0px;
	background-color: #F3F5F7;
	border: #FF6000 1px solid;
	color: #FF6000;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#orangeBox a:link { color: #FF6000; text-decoration: none; }
#orangeBox a:visited { color: #FF6000; text-decoration: none; }
#orangeBox a:hover { color: #1B0C80; text-decoration: none; }
#orangeBox a:active { color: #1B0C80; text-decoration: none; }

#showBox {
	margin: 0px 10px 20px 20px;
	padding: 0px 10px 0px 10px;
	background-color: #FFFFFF;
	border: #1B0C80 1px solid;
}

.textMenu {
	color: #1B0C80;
	font-size: 10px;
}
.textMenu a:link { color: #1B0C80; text-decoration: none; }
.textMenu a:visited { color: #1B0C80; text-decoration: none; }
.textMenu a:hover { color: #FF6000; text-decoration: underline; }
.textMenu a:active { color: #FF6000; text-decoration: underline; }
-->
