/*

dark color: #006600 (dark green)
light color: #FFCC33 (dark yellow)

*/

body {        
		background-color: #ffffff;
		color: #000000;
		font-family:Arial, Helvetica, sans-serif;
		FONT-SIZE: 10pt;
}

a:link {
        color: #006600;
		font-family:Arial, Helvetica, sans-serif;
        FONT-SIZE: 10pt;
        FONT-WEIGHT: Bold;
        text-decoration: none;
}
a:visited {
        color: #006600;
		font-family:Arial, Helvetica, sans-serif;
        FONT-SIZE: 10pt;
        FONT-WEIGHT: Bold;
        text-decoration: none;
}
a:hover {
        color: #006600;
		font-family:Arial, Helvetica, sans-serif;
        FONT-SIZE: 10pt;
        FONT-WEIGHT: Bold;
        text-decoration: underline;
}
a:active {
        color: #006600;
		font-family:Arial, Helvetica, sans-serif;
        FONT-SIZE: 10pt;
        FONT-WEIGHT: Bold;
        text-decoration: none;
}


ul {
		margin-top: 1pt;
		margin-left: 15pt;
}


.tdIn {
		background-color: #ffffff;
		color: #000000;        
		font-family:Arial, Helvetica, sans-serif;
		FONT-SIZE: 10pt;     
}
a.tdIn:link {
        color: #CC0000;
		font-family:Arial, Helvetica, sans-serif;
        FONT-SIZE: 10pt;
        FONT-WEIGHT: Bold;
        text-decoration: none;
}
a.tdIn:visited {
        color: #CC0000;
		font-family:Arial, Helvetica, sans-serif;
        FONT-SIZE: 10pt;
        FONT-WEIGHT: Bold;
        text-decoration: none;
}
a.tdIn:hover {
        color: #CC0000;
		font-family:Arial, Helvetica, sans-serif;
        FONT-SIZE: 10pt;
        FONT-WEIGHT: Bold;
        text-decoration: underline;
}
a.tdIn:active {
        color: #CC0000;
		font-family:Arial, Helvetica, sans-serif;
        FONT-SIZE: 10pt;
        FONT-WEIGHT: Bold;
        text-decoration: none;
}

/*
------------------------------------------------
				tip
------------------------------------------------
*/
.tip {        
	background-color: #ffffff;
	color: #000000;        
	font-family:Arial, Helvetica, sans-serif;
	FONT-SIZE: 8pt;        
}
a.tip:link {
	color: #006600;
	font-family:Arial, Helvetica, sans-serif;
	FONT-SIZE: 8pt;
	text-decoration: none;
}
a.tip:visited {
	color: #006600;
	font-family:Arial, Helvetica, sans-serif;
	FONT-SIZE: 8pt;
	text-decoration: none;
}
a.tip:hover {        
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 8pt;
	text-decoration: underline;
}
a.tip:active {
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 8pt;
	text-decoration: none;
}




/*
------------------------------------------------
			dark colors
------------------------------------------------
*/
.tdDark {
	background-color: #006600;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
}

a.tdDark:link {        
	color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: Bold;
	text-decoration: none;
}

a.tdDark:visited {        
	color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: Bold;
	text-decoration: none;
}

a.tdDark:hover {        
	color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: Bold;
	text-decoration: underline;
}

a.tdDark:active {
	color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: Bold;
	text-decoration: none;
}


.tdLight {    
	background-color: #FFCC33;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;      
	FONT-SIZE: 10pt;        
}
a.tdLight:link {
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	text-decoration: none;
}
a.tdLight:visited {
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	text-decoration: none;
}
a.tdLight:hover {        
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: Bold;
	text-decoration: underline;
}
a.tdLight:active {
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	text-decoration: none;
}