body
{
	background-color: #C0C0C0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a
{
	color: #E02128;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #E02128;
	font-weight: bold;
	text-decoration: underline;
}
.corporate
{
	color: #000000;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.paging
{
	padding-left : 4px;
	padding-right : 4px;
}
h1
{
	color: #E02128;
	font-size: 1.15em;
	text-transform: uppercase;
}
td
{
	background-color: #FFFFFF;
	font-size: 0.70em;
}
.border_black
{
	background-color: #000000;
}
.border_grey
{
	background-color: #CDCCCC;
}
.stripe_grey
{
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.70em;
	text-align: center;
}
.stripe_red
{
	background-color: #E02128;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.70em;
}

/* MENU */

.menu
{
	color: #666666;
	text-transform: uppercase;
}
.menu a
{
	color: #666666;
	text-transform: uppercase;
}
.menu a:hover
{
	color: #666666;
	text-transform: uppercase;
}

.menu_sub
{
	color: #000000;
	padding-left: 6px;
}
.menu_sub a
{
	color: #666666;
	font-weight: none;
}
.menu_sub a:hover
{
	color: #E02128;
	font-weight: none;
}

/* NEWS */

.news
{
	background-color: #EFF0F0;
	vertical-align: top;
	margin: 0px;
}
.news p
{
	margin: 4px;
}
.news a
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.news a:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.news_date
{
	color: #E02128;
	font-weight: bold;
}
.news_date p
{
	margin: 4px;
}
.news_date a
{
	color: #E02128;
	font-weight: bold;
	text-decoration: none;
}
.news_date a:hover
{
	color: #E02128;
	font-weight: bold;
	text-decoration: underline;
}
.news_title
{
	color: #000000;
	font-weight: bold;
}
.news_title a
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.news_title a:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

/* CONTENT AREA */

.content
{
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 8px;
}

/* FORMS */

.form
{
	background-color: #EFF0F0;
	margin: 0px;
}

/* COPYRIGHT */

.copyright
{
	background-color: #FFFFFF;
	text-align: center;
	font-size: 0.65em;
}