body {
	background-color:#333333;
}
div {
	margin-bottom:15px;
}
.TitleStyle {
    color: #666666;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: 23px;
    opacity: 1.00;
}
.SubTitle {
    color: #666666;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 15px;
    opacity: 1.00;
}
.SubTitleItalic {
    color: #666666;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 15px;
    opacity: 1.00;
	font-style:italic;
}
.Content {
    color: #cbcbcb;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 12px;
    line-height: 15px;
    opacity: 1.00;
}
.ContentBold {
    color: #cbcbcb;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 12px;
    line-height: 15px;
    opacity: 1.00;
	font-weight:bold;
}