/*
#myscroller {
position:relative; // mandatory
width:200px; height:150px; // set as required
background-color:#ffffcc; // set as required
overflow:hidden; // mandatory
border:solid 1px; margin:5px; // optional
} 
*/
.rule {background-image: url(/images/dot.gif);background-repeat: repeat-y;}

td {font-family: Arial, Helvetica, sans-serif;font-size: 11px;color:#333333;}

/*a:link {  color: #ED171F; text-decoration: none}
a:visited {  color: #ED171F; text-decoration: none}
a:hover {  color: #03407B; text-decoration: none}

a.bread:active {color:#ED171F; text-decoration: none}
a.bread:visited {color:#999999; text-decoration: none}
a.bread:hover {color:#CCCCCC; text-decoration: none}
*/
.blue {font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #03407B;}

/* styles for Syrox CMS */
.Content {
	margin:			5px 0 10px 0;
}

.Content p, .Content h1, .Content h2, .Content h3
{
	font-family: 	Arial, Helvetica, sans-serif;font-size: 11px;color:#333333; margin:0px; margin-bottom:5px;
}

.Content b, .Content strong, .Content h1, .Content h2, .Content h3
{
	color: 			#03407B;
}

.Content h1, .Content h2, .Content h3
{
	margin-bottom: 	0;
} 

.Content p
{
	margin-top: 	0;
}

.Content a:link {  color: #ED171F; text-decoration: none}
.Content a:visited {  color: #ED171F; text-decoration: none}
.Content a:hover {  color: #03407B; text-decoration: none}

.Content a strong { color: #ED171F; }

.Content .Item
{
	height:auto;
	margin:			5px 0 10px 0;
	padding-bottom: 5px;
	background:		url(../images/separator-hor.gif) repeat-x bottom;
	margin-bottom:10px;margin-top:10px;
}

.NoRule
{
	background:		none;
}

.Content .Headline
{
	float:			left;
	color: 			#03407B;
	font-weight:	bold;
	text-transform:	uppercase;
}

.Content .Date
{
	float: 			right;
	margin-top: 	0;
}

.Content .Summary
{
	clear:			both;
/*  	overflow:   	auto;
*/  	width:      	100%;
	font-family: 	Arial, Helvetica, sans-serif;font-size: 11px;color:#333333; margin:0px;
}

.Content .Body
{
  	overflow:   	auto;
  	width:      	100%;
}

.Content .More
{
	text-align: 	right;
	margin-bottom: 	0;
}

.Content img
{
	float:			right;
	margin:			5px 0 5px 5px;
}
.Content .Clear
{
	clear:			both;
	line-height:	10px;
}
