/* CSS Document */
body
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 9pt;
	font-family:  "Arial", "Helvetica", "San-Serif";
	color: #009999;
}

.title
{
    font-size: 11pt;
	font-family:  "Arial", "Helvetica", "San-Serif";
	color: #3399CC;
}

.content
{
    font-size: 10pt;
	font-family: "Arial", "Helvetica", "San-Serif";
	color: #000000;
}

.content a:link 
{ 
	text-decoration: none;
	color: #3399CC; 
} 

.content a:visited
{ 
	text-decoration: none; 
	color: #3399CC; 
}

.content a:active
{ 
	text-decoration: none; 
	color: #3399CC; 
}

.content a:hover 
{ 
	text-decoration: underline; 
	color: #3399CC; 
}

.navigation
{
    font-size: 9pt;
	font-family: "Arial", "Helvetica", "San-Serif";
	color: #666666;
}

.navigation a:link 
{ 
	text-decoration: none;
	color: #666666; 
} 

.navigation a:visited
{ 
	text-decoration: none; 
	color: #666666; 
}

.navigation a:active
{ 
	text-decoration: none; 
	color: #666666; 
}

.navigation a:hover 
{ 
	text-decoration: none; 
	color: #3399CC; 
}

td
{
    font-size: 10pt;
	font-family: "Arial", "Helvetica", "San-Serif";
	color: #000000;
}

td a:link 
{ 
	text-decoration: none;
	color: #3399CC; 
} 

td a:visited
{ 
	text-decoration: none; 
	color: #3399CC; 
}

td a:active
{ 
	text-decoration: none; 
	color: #3399CC; 
}

td a:hover 
{ 
	text-decoration: none; 
	color: #CCCCCC; 
}

.mock
{
    BACKGROUND-COLOR: FFFFFF;
    COLOR: 000000;
    FONT-FAMILY: Arial, Helvetica, Sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    TEXT-ALIGN: center;
    VERTICAL-ALIGN: center;
}


