body {
	margin:0;

}
.redTitleBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC3A2C;
}

.redTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC3A2C;
}
.redTitleBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;	
	color: #CC3A2C;
}
.grayTitleBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5C5C5C;
}

.grayTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5C5C5C;
}


.grayTitleBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5C5C5C;
}
.releaseText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5C5C5C;
}
.chartText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5C5C5C;
}
.chartTextRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CC3A2C;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC3A2C;
	text-decoration: none;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #9EA4AB;
	line-height: 15px;
}
.inputBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC3A2C;
	text-decoration: none;
	border-width: thin;
	border-style: dashed;
	border-color: #9EA4AB;
	line-height: 15px;
}

.loginButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CA3129;
	border: 0px none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CC3A2C;
	text-decoration: none;
}
a.nodec {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-style: none;
	border-bottom-width: 0px;
	text-decoration: none;
}

