/*
Programmatically populate the CSS Class dropdown
Class Name
temp_styledropdownMenuNames		= "Class Name"
temp_styledropdownMenuList		= "Class"

Use file /_includes/Globals.asp
*/
.red
{
    FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
    COLOR: #FF0000;
    FONT-FAMILY: Verdana;
}
.blue
{
    FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
    COLOR: #0000FF;
    FONT-FAMILY: Verdana;
}
.green {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #43635c;
}