/** Cascading Stylesheets for CGP redesign modified to work within the Miro developed Mambo 2002 Server environment
	* Devised by Kareem Lawrence and Geoff McGhee
	* Release date: n/a
	* Copyright (C) 2002
**/

.date
{
    FONT-FAMILY: 'Arial', 'Trebuchet MS';
    FONT-SIZE: 9px;
	FONT-WEIGHT: 500;
}

.headerAuthorInfo
{
    FONT-FAMILY: 'Arial', 'Trebuchet MS';
    FONT-SIZE: 12px;
	FONT-STYLE: italic;
}

.header10
{
    FONT-FAMILY: 'Arial', 'Trebuchet MS';
    FONT-SIZE: 10px;
	FONT-WEIGHT: 900;
}
.header12
{
    FONT-FAMILY: 'Arial', 'Trebuchet MS';
    FONT-SIZE: 12px;
	FONT-WEIGHT: 900;
}
.header14
{
    FONT-FAMILY: 'Arial', 'Trebuchet MS';
    FONT-SIZE: 14px;
	FONT-WEIGHT: 900;
}
.header16
{
    FONT-FAMILY: 'Arial', 'Trebuchet MS';
    FONT-SIZE: 16px;
	FONT-WEIGHT: 900;
}
.header18
{
    FONT-FAMILY: 'Arial', 'Trebuchet MS';
    FONT-SIZE: 18px;
	COLOR: #FFFFFF;
	FONT-WEIGHT: 900;
}
.text10
{
    FONT-FAMILY: 'Arial', 'Trebuchet MS';
    FONT-SIZE: 10px;
}
.blue10
{
    FONT-FAMILY: 'Arial', 'Trebuchet MS';
    FONT-SIZE: 10px;
	Color: #8DB7F1;
}
.text12
{
    FONT-FAMILY: 'Arial', 'Trebuchet MS';
    FONT-SIZE: 12px;
}

.pullQuote
{
    FONT-FAMILY: 'Arial', 'Trebuchet MS';
    FONT-SIZE: 14px;
    COLOR:064183
}

BODY, TD, FONT, INPUT, SELECT {
    FONT-FAMILY: 'Arial', 'Trebuchet MS';
    FONT-SIZE: 12px;
	/*COLOR: #330061;*/
	COLOR: #3F3F45;
}


/***********************************/

a{
FONT-FAMILY: 'Arial', 'Trebuchet MS';
FONT-SIZE: 12px;
/*COLOR: #330061;*/
COLOR: #064183;
text-decoration: underline;
}

a:hover {
text-decoration: underline;
COLOR: #605F78;
}

a:active {
text-decoration: none;
color: #FF6633;
}

a:visited
{
COLOR: #575661;
}

/***********************************/

a.headline {
FONT-FAMILY: 'Arial', 'Trebuchet MS';
FONT-SIZE: 12px;
/*COLOR: #330061;*/
COLOR: #064183;
text-decoration: none;
}

a.headline:hover{
text-decoration: underline;
}

a.headline:visited{
color: #575661;
text-decoration: none;
}

a.headline:visited:hover{
text-decoration: underline;
}

/***********************************/

a.nav{
FONT-FAMILY: 'Arial', 'Trebuchet MS';
FONT-SIZE: 10px;
COLOR: #330061;
text-decoration: none;
}

a.nav:hover {
COLOR: #330061;
//text-decoration: underline;
}

/***********************************/

a.mainNav{
FONT-FAMILY: 'Arial', 'Trebuchet MS';
FONT-SIZE: 10px;
COLOR: #330061;
text-decoration: none;
}

a.mainNav:visited {
COLOR: #330061;
text-decoration: none;
}

a.mainNav:hover {
COLOR: #330061;
text-decoration: none;
}

/***********************************/

a.blue10{
FONT-FAMILY: 'Arial', 'Trebuchet MS';
FONT-SIZE: 10px;
COLOR: #8DB7F1;
text-decoration: none;
}

a.blue10:visited {
COLOR: #8DB7F1;
text-decoration: none;
}

a.blue10:hover {
COLOR: #8DB7F1;
text-decoration: none;
}

/***********************************/



/***********************************/

.errormsg
{
    FONT-FAMILY: 'Arial', 'Trebuchet MS';
    FONT-SIZE: 14px;
	COLOR: #A11213;
}
.msg
{
    FONT-FAMILY: 'Arial', 'Trebuchet MS';
    FONT-SIZE: 14px;
	COLOR: #A11213;
}

.whitetext
{
    FONT-FAMILY: 'Arial', 'Trebuchet MS';
    FONT-SIZE: 12px;
	COLOR: #FFFFFF;
}