
/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left
{
	text-align: left;
}
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center
{
	text-align: center;
}
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right
{
	text-align: right;
}



/* Bullet styles for unordered lists.*/
ul.component-items
{
	color: #003366;
	list-style-type: circle;
}
ul.action-items
{
	color: #003366;
	list-style-image: url(img/red_arrow_bullet.gif);
}

/* Numbering styles for ordered lists.*/
ol.component-items-ordered
{
	color: #003366;
	list-style-type: lower-roman;
}
ol.action-items-ordered
{
	color: #003366;
	list-style-type: lower-greek;
}

span.field-title
{
	float: left;
	font-weight: bold;
}
span.field-content
{
	margin-left: 100px;
	display: block;
}
span.normal
{
	color: #003366;
}
span.green
{
	color: #669933;
}
span.dark-blue
{
	color: #004466;
}

span.press-title
{
	display: block;	
	float:left;
	width:320px;
}

span.press-paper
{
	float:left;
	width:180px;
	margin-left:20px;
	text-align:left;
}



/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link
{
}
a.external-link-new-window
{
}
a.internal-link
{
}
a.internal-link-new-window
{
}
a.download
{
}
a.mail
{
}
