body { 
	margin				: 0;
	padding				: 0;
	background-image	: url("../assets/images/common/color_green_light.gif");	/* directory relative to style sheet */
}

img { border: none; }

a:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.3px; font-weight: normal; color: #333333; text-decoration: underline}
a:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.3px; font-weight: normal; color: #333333; text-decoration: underline}
a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.3px; font-weight: normal; color: #333333; text-decoration: underline}
a:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11.3px; font-weight: normal; color: #333333; text-decoration: underline}

.greentext {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11.7px; 
	color: #005353; 
	line-height: 16px; 
	height: auto; 
	font-weight: normal;
}

.greentextbold {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11.7px; 
	color: #669999; 
	line-height: 16px; 
	height: auto; 
	font-weight: bold;
}

.purpletextbold {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11.7px; 
	color: #993366; 
	line-height: 16px; 
	height: auto; 
	font-weight: bold;
}

.newsflash {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.3px;
	color: #2B8877;
	line-height: 20px;
	font-weight: bold;
}

.pinktext { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11.7px; 
	color: #A8277E; 
	line-height: 16px; 
	height: auto; 
	font-weight: normal;
}

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.3px;
	color: #333333;
	line-height: 20px;
	font-weight: normal
}

.maintexttable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.3px;
	color: #333333;
	line-height: 16px;
	font-weight: normal
}

.maintextbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #669999;
	line-height: normal;
	font-weight: bold;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.3px;
	color: #333333;
	line-height: 14px;
	font-weight: normal
}

.formNormal { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-weight: light; 
	font-style: normal; 
	color: #000000; 
	text-decoration: none; 
	vertical-align: middle; 
	background-color:#DDDDDD;
}

.bannerBox {

	position			: relative; 
	height				: 187px; 
	border				: solid orange 0px;
}

.bannerBoxLogo {

	position			: absolute; 
	top					: 0; 
	left				: 0; 
	border				: solid red 0px;
}

.bannerBoxName {

	position			: absolute; 
	top					: 0; 
	left				: 103px; 
	border				: solid blue 0px;
}

.bannerBoxNews {

	position			: absolute; 
	top					: 12px; 
	left				: 463px; 
	width				: 223px; 
	height				: 163px; 
	background-color	: #FFFFFF; 
	z-index				: 1000; 
	overflow			: hidden; 
	overflow-x			: hidden; 
	overflow-y			: hidden; 	
	border				: solid #DDDDDD 1px;
}

.bannerBoxNewsItem {
	margin-bottom		: 10px;
}

.bannerBoxNewsInside {
	margin				: 10px;
	border				: solid #FF0000 0px;
}

.bannerBoxNewsText { 
	font-family			: Verdana, Arial, Helvetica, sans-serif; 
	font-size			: 11px; 
	font-weight			: normal;
	line-height			: 15px; 
	color				: #999999; 
}
.bannerBoxNewsTextHeadline { 
	font-size			: 12px; 
	color				: #A8277E; 
}
.bannerBoxNewsTextMore { 
	color				: #005353; 
}
a.bannerBoxNewsTextMore:link 		{ color: #005353; text-decoration: none; }
a.bannerBoxNewsTextMore:visited		{ color: #005353; text-decoration: none; }
a.bannerBoxNewsTextMore:active		{ color: #005353; text-decoration: none; }
a.bannerBoxNewsTextMore:hover		{ color: #005353; text-decoration: underline; }
.bannerBoxNewsScroll { 
	height				: 100px;
	width				: 11px;
	background-color	: #FF0000; 
}

.bannerBoxSky {

	position			: absolute; 
	top					: 140px; 
	left				: 0px; 
	border				: solid #FF0000 0px;
}

.newsItem {
	border-top: solid 1px #CCCCCC; 
	padding-top: 20px; 
	margin-bottom: 30px;
}
