html {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	scrollbar-face-color: #316163;
	scrollbar-highlight-color: #E8E8E8;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #787878;
	scrollbar-arrow-color: #316163;
	scrollbar-track-color: #A4966C;
	scrollbar-darkshadow-color: #787878;
	scrollbar-base-color: #787878;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #FFFFFF;
	background-attachment : fixed;
}

/* ---------- BACKGROUNDS ---------- */

.backgroundWhite {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
.backgroundHeader {
	background-color: #FFFFE8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

.backgroundHMenuBar {
	background-color: #669999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}

.backgroundInformationCenter {
	background-color: #FFFFFF;
	border: 2px none;
}

.backgroundNewsTableTitle {
	background-color: #669999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.backgroundNewsTableBody {
	background-color: #EBF2F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

.backgroundTableCellTitle {
	background-color: #669999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.backgroundTableCellMedium {
	background-color: #EBF2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
.backgroundTableCellLight {
	background-color: #FFFFF8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

.backgroundFormSellersRegistration {
	background-color: #CCCCCC;
}

/* ---------- BORDERS ---------- */

.borderInformationCenter {
	background-color: #3366CC;
}
.borderFormSellersRegistration {
	background-color: #FFFFFF;
}

/* ---------- HEADINGS ---------- */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4A7173;
	font-size: 21px;

}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4A7173;
	font-size: 15px;
	font-weight: bold;

}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #669999;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
}

/* ---------- TITLES ---------- */

.textTitleSmall{
	color: #669999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.textTitle{
	color: #669999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
.textTitleLarge{
	color: #3366CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
.textTitleXLarge{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
.textTitleSmallRed{
	color: #CC6633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.textTitleRed{
	color: #CC6633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.textTitleLargeRed{
	color: #CC6633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

/* ---------- TEXT ---------- */

.textSmall {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.text {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.textLarge {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.textRed{
	color: #CC6633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.textBlue{
	color: #3366CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.textQuoteSmall {
	color: #333333;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 8pt;
	font-style: italic;
}
.textQuote {
	color: #333333;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	font-style: italic;
}
.textQuoteLarge {
	color: #333333;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12pt;
	font-style: italic;
}

.textInformationCenter {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
.textFooter {
	color: #317594;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.textFormSellersRegistration {
	color: #336666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.textFormSellersRegistrationSmall {
	color: #336666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.leftnav {
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}

/* ---------- MENUS ---------- */

.hMenuHeader {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.hMenuHeader a:link {
	color: #3366CC;
	font-weight: bold;
	text-decoration : none;
}
.hMenuHeader a:visited {
	color: #3366CC;
	font-weight: bold;
	text-decoration : none;
}
.hMenuHeader a:active {
	color: #3366CC;
	font-weight: bold;
	text-decoration : none;
}
.hMenuHeader a:hover {
	color: #669999;
	font-weight: bold;
	text-decoration : none;
}

.vMenuSellers {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFDB91;
}
.vMenuSellers a:link {
	color: #3366CC;
	font-weight: bold;
	text-decoration : none;
}
.vMenuSellers a:visited {
	color: #3366CC;
	font-weight: bold;
	text-decoration : none;
}
.vMenuSellers a:active {
	color: #3366CC;
	font-weight: bold;
	text-decoration : none;
}
.vMenuSellers a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration : none;
}

.vMenuBuyers {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #DBDBFF;
}
.vMenuBuyers a:link {
	color: #3366CC;
	font-weight: bold;
	text-decoration : none;
}
.vMenuBuyers a:visited {
	color: #3366CC;
	font-weight: bold;
	text-decoration : none;
}
.vMenuBuyers a:active {
	color: #3366CC;
	font-weight: bold;
	text-decoration : none;
}
.vMenuBuyers a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration : none;
}

.vMenuInvestors {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #B1C4EC;
}
.vMenuInvestors a:link {
	color: #3366CC;
	font-weight: bold;
	text-decoration : none;
}
.vMenuInvestors a:visited {
	color: #3366CC;
	font-weight: bold;
	text-decoration : none;
}
.vMenuInvestors a:active {
	color: #3366CC;
	font-weight: bold;
	text-decoration : none;
}
.vMenuInvestors a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration : none;
}

.vMenuBanks {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #ADCAC8;
}
.vMenuBanks a:link {
	color: #3366CC;
	font-weight: bold;
	text-decoration : none;
}
.vMenuBanks a:visited {
	color: #3366CC;
	font-weight: bold;
	text-decoration : none;
}
.vMenuBanks a:active {
	color: #3366CC;
	font-weight: bold;
	text-decoration : none;
}
.vMenuBanks a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration : none;
}

/* ---------- LINKS ---------- */

a:link {
	color: #4A7173;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;


}
a:visited {
	color: #4A7173;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;


}
a:active {
	color: #4A7173;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;


}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;



}
.main a:link {
	color: #4A7173;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.main a:visited {
	color: #4A7173;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.main a:active {
	color: #4A7173;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;

}.main a:hover {
	color: #003333;
	font-weight: normal;
	text-decoration: underline;

}
.textFooter a:link {
	color: #317594;
	font-weight: bold;
	text-decoration : underline;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}
.textFooter a:visited {
	color: #317594;
	font-weight: bold;
	text-decoration : underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.textFooter a:active {
	color: 317594;
	font-weight: bold;
	text-decoration : underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.textFooter a:hover {
	color: #999900;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.leftnav a:link {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.leftnav a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.leftnav a:active {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.leftnav a:hover {
	color: #CCCCCC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
.mainMedium a:link {
	color: #4A7173;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
.mainMedium a:visited {
	color: #4A7173;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
.mainMedium a:active {
	color: #4A7173;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
.mainMedium a:hover {
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
}

/* ---------- LINES ---------- */

.lineMenuSellers {
	background-color: #FFFFFF;
	height: 1px;
}

.lineMenuBuyers {
	background-color: #FFFFFF;
	height: 1px;
}

.lineMenuInvestors {
	background-color: #FFFFFF;
	height: 1px;
}

.lineMenuBanks {
	background-color: #FFFFFF;
	height: 1px;
}

.lineFooter {
	background-color: #3366CC;
	height: 1px;
}

/* ---------- BUTTONS ---------- */

.buttonFormSellersRegistration {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #336666;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A7173;
}
.mainLarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #4A7173;


}
.mainMedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A7173;
	font-weight: bold;
}
.blueBorder
{
	BACKGROUND-COLOR: #669999;
	color: #669999;
	border: none;


}
.whiteBackground
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt
}
.mainSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336666;
	text-decoration: none;
}
.mimicH2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4A7173;
	font-weight: bold;

}
