body, th, td, div, span, p, h1, h2, h3, h4, h5, h6, #siteContainer
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #05143f;
}

h1 {
	font-size: 14px;
	color: #7cabcc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight:normal;
}

h1 lower {
	font-size: 14px;
	color: #7cabcc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-transform:  lowercase ;
	font-weight:normal;
}


h2 {
	color: #7cabcc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom:0px;
	text-transform: uppercase;	
	font-weight:normal;
}

h2 span {
	color: #7cabcc;	
}


.fontBlue, .fontBlue span {
	color: #7cabcc;
}

.defaultColorFont {
	color: #05143f;
}

p.fontBlue {
	color: #7cabcc;
}

th 
{
	color: #7cabcc;
	font-weight: normal;
	padding-bottom: 3px;
	text-align: left;
}

.errorMessage 
{
	color: #C6000F;
}

.bold {
	font-weight: bold;
	color: #05143F;
}

.boldBlack{font-weight:bold;}

span.title, a.title
{
	color: #42688e;
	text-transform: uppercase;
}

h2.error
{
	color: #C6000F;
}


h2.success
{
	color: #5aa000;
}

.upper
{
	text-transform: uppercase;	
}

.lower
{
	text-transform: lowercase;	
}
