﻿.styleBackgroundColor
{
	background-image: url('images/bar001.gif');
}

.styleBlueBackground 
{
	background-color: #0C0D77;
	color: #FFFFFF;
}

/*--- body ------------*/
body#TheBody {
    margin: 0;
    padding: 0;
}

a:link {
    color: #0000FF;
}
a:visited {
    color: #000000;
}
a:hover, a:active {
    color: #FF0000;
}

.menuu a:link {
    color: #0000FF;
}
.menuu a:visited {
    color: #0000FF;
}
.menuu a:hover, a:active {
    color: #FFFFFF;
}

.styleBoldCenter
{
	font-weight: bold;
    text-align: center;
}

.styleCenter
{
    text-align: center;
}

.styleWidth100Percent
{
	width: 100%;
}    
    
.styleCenterExtraLarge 
{
	text-align: center;
	font-size: x-large;
}

.styleTextAlignLeft
{
	text-align: left;
}

.styleTextAlignRightBold
{
text-align: right;
font-weight: bold;
}