/* GENERAL STYLES */
/*
	Font CSS Document
	..........
	
	Controls  Typesetting
*/

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

H1 {
	font-size:25px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

H2 {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

H3 {
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.StatusText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #00CC00;
	text-align: center;
	margin: 8px;
}

.PageContent {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 20px;
	padding-top: 0px;
	line-height: 150%;
}

.FocusBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 15px;
	padding: 10px;
	float: right;
	width: 360px;
	
	border: 2px solid #FFCC66;
}

UL {
	list-style: url(/CMT_Assets/images/4D/Star.png);
}
UL LI {
	margin-bottom: 6px;
}
UL.NoStar {
	list-style: none;
}

/* EDITOR PROPERTIES */
H1 {
font-size:25px;
font-weight: normal;
font-family: Georgia, "Times New Roman", Times, serif;
}

H2 {
font-size: 18px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#666666;
}

H3 {
font-size: 18px;
font-weight: normal;
font-family: Georgia, "Times New Roman", Times, serif;
}

P {

}

.Style {

}

