/* general start */

BODY {
	font-family: Arial;
	color: #454545;
	line-height: 14px;
	font-size: 11px;
}

A {
	text-decoration: none;	
	color: #043b74;
}

H1 {
	font-size: 22px;
	line-height: 23px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #003e7f;
}

H2 {
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #003e7f;
}

H3 
{
    font-size: 12px;
    font-weight: bold;
    color: #043b74;
}

P {
	margin-bottom: 20px;
	font-size: 11px;
    line-height: 16px;
}

STRONG, B {
	font-weight: bold;	
}

I {
	font-style: italic;
}

/* general end */

A.blueArrow7Right
{
    background: Transparent url(../Images/blue-arrow-7-right.gif) no-repeat left 4px;
    padding-left: 7px;
    color: #777777;
    font-size: 11px;
}

A.blueArrow6Right
{
    background: Transparent url(../Images/blue-arrow-6-right.gif) no-repeat left 4px;
    padding-left: 7px;
    color: #777777;
    font-size: 11px;
}

#topBar UL LI A 
{
    color: #656565;
    text-transform: lowercase;
    font-size: 12px;
}

#topBar UL LI.current A,#topBar UL LI A:hover
{
    color: #033677;
} 

.leftMenu LI A 
{
    color: #003a74;
    line-height: 14px;
}

#footer LI, #footer LI A 
{
    color: #868686;
    font-weight: bold;
    font-size: 10px;
}

.arrowButton,.arrowButtonBig, .input, .textarea
{
    color: #000;
    font-size: 11px;
}

.arrowButtonBig 
{
    font-weight: bold;
}

p.introduction 
{
    font-weight: bold;
    color: #000;
}

/* templates start */

.startBox .inner 
{
    line-height: 14px;
}

#latestNewsBox A STRONG
{
    color: #000;
}

#downloadsBox UL LI A 
{
    color: #000;
    font-weight: bold;
}

/* templates end */

.red 
{
    color: #F00;
}