/* CSS Document */

body {
	background-color: #092D6B;
}

.tableborder-grey {
	border: 2px outset #999999;
}

.tableborder-right-grey {
	border-right: 1px solid #999999;
}

.tableborder-top-dash-grey {
	border-top: 1px dashed #999999;
}

.border-right-grey {
	border-right: 1px solid #CCCCCC;
}



.text-grey0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

.text-grey1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}


.text-grey2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

.text-darkgrey2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.text-darkgrey2b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


.text-grey3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
}

.text-black0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.text-black1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.text-black2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.text-black3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.text-blue0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #092D6B;
}

.text-blue1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #092D6B;
}

.text-blue2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #092D6B;
}

.text-blue3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #092D6B;
}

.text-red0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
}

.text-red1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
}

.text-red2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
}

.text-red3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #660000;
}

.border-black {
	border: 1px solid #000000;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CD9D87;
	border: 1px solid #666666;
	font-size: 10px;
	font-weight: bold;
}
