/* Default CSS Stylesheet for a new Web Application project */
/*GENERAL*/
BODY
{
	margin: 0px;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	background-color: #ffffff;
	text-align: left;
	color: black;
}

a
{
	color: #ef3e34;
}
.main
{
	width: 100%;
	text-align: left;
}

.main #ContentContainer
{
	width: 914px;
	margin: 0px;
	text-align: left;
}


.main #ContentContainer h1
{
	margin: 0px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

.main #ContentContainer #news
{
	font-size: 12px;
	color: #40695b;
}

.main #ContentContainer #news h1
{
	margin: 0px;
	font-size: 14px;
	color: #e44437;
	font-weight: bold;
}

/* --------------------*/
/* beatmanLogo Styles  */
/* --------------------*/

#beatmanLogo {padding-left:726px; padding-top:6px;}
#beatmanLogo img{border:0px;}




/* --------------------*/
/* ctrlPageNews Styles */
/* --------------------*/

#ctrlPageNews {padding-left:8px;}
#ctrlPageNews .item {}
#ctrlPageNews .date {}
#ctrlPageNews .title {}
#ctrlPageNews .title A{text-decoration:none;}
#ctrlPageNews .title A:hover{font-weight:bold;text-decoration:none;}
#ctrlPageNews .abstract {}
#ctrlPageNews .readMore {}
#ctrlPageNews .seperator {height:10px;}



/* --------------------*/
/*   ctrlNews Styles   */
/* --------------------*/

#ctrlNews{padding-left: 16px;width: 198px;padding-top: 4px;font-size: 11px;color:#666666;font-size: 11px;}
#ctrlNews .mainTitle{vertical-align: text-bottom;height: 25px;background-color: #f78986;padding-left: 16px;padding-top: 5px;}
#ctrlNews #items {padding-left: 4px;padding-top: 8px;}
#ctrlNews #items .date{padding-bottom:5px;}
#ctrlNews #items .abstract{text-align: justify;}
#ctrlNews #items .abstract A{color:#666666;}
#ctrlPage #items .readAll{}

