
body { font-family: arial; font-size: 14px; text-decoration: none; }

input, textarea, select, button {
 font: arial;
 font-size: 12;
 color: #000000;
}

//font {
 //font-family: verdana, arial, helvetica, sans-serif;
//}

a.verysmallblacklink, a.verysmallblacklink:link, a.verysmallblacklink:visited {
 color: #000000;
 font-size:9px;
 font-family: arial;
 text-decoration: underline;
}

a.smallblacklink, a.smallblacklink:link, a.smallblacklink:visited {
 color: #000000;
 font-size:12px;
 font-family:arial;
 text-decoration: underline;
}

a.blacklink, a.blacklink:link, a.blacklink:visited {
 color: #000000;
 font-size:14px;
 font-family: arial;
 text-decoration: underline;
}

a.verysmallbluelink, a.verysmallbluelink:link, a.verysmallbluelink:visited {
 color: Blue;
 font-size:9px;
 font-family: arial;
 text-decoration: underline;
}

a.smallbluelink, a.smallbluelink:link, a.smallbluelink:visited {
 color: Blue;
 font-size:12px;
 font-family:arial;
 text-decoration: underline;
}

a.bluelink, a.bluelink:link, a.bluelink:visited {
 color: Blue;
 font-size:14px;
 font-family: arial;
 text-decoration: underline;
}

.xxsmalltext
{
FONT-FAMILY: $font_type ;
FONT-SIZE: 9px ;
color: #000000 ;
}

.xsmalltext
{
FONT-FAMILY: $font_type ;
FONT-SIZE: 10px ;
color: #000000 ;
}

.smalltext
{
FONT-FAMILY: $font_type ;
FONT-SIZE: 11px ;
color: #000000 ;
}

.smalltextbold
{
FONT-FAMILY: $font_type ;
FONT-SIZE: 11px ;
color: #000000 ;
FONT-WEIGHT: bold ;
}

.smallsitetext
{
FONT-FAMILY: $font_type ;
FONT-SIZE: 11px ;
color: #000000 ;
}

.smallsitetextbold
{
FONT-FAMILY: $font_type ;
FONT-SIZE: 11px ;
color: #000000 ;
FONT-WEIGHT: bold ;
}

.sitetext
{
FONT-FAMILY: $font_type ;
FONT-SIZE: 12px ;
color: #000000 ;
}

.sitetextbold
{
FONT-FAMILY: $font_type ;
FONT-SIZE: 12px ;
color: #000000 ;
FONT-WEIGHT: bold ;
}

.bigtext
{
FONT-FAMILY: $font_type ;
FONT-SIZE: 16px ;
color: #000000 ;
}

.bigtextbold
{
FONT-FAMILY: $font_type ;
FONT-SIZE: 16px ;
color: #000000 ;
FONT-WEIGHT: bold ;
}

.verybigtext
{
FONT-FAMILY: $font_type ;
FONT-SIZE: 20px ;
color: #000000 ;
}

.verybigtextbold
{
FONT-FAMILY: $font_type ;
FONT-SIZE: 20px ;
color: #000000 ;
FONT-WEIGHT: bold ;
}

.formtext
{
FONT-FAMILY: $font_type ;
FONT-SIZE: 12px ;
color: #000000 ;
}

.titletext
{
FONT-FAMILY: $font_type ;
FONT-SIZE: 26px ;
FONT-WEIGHT: bold ;
color: #000000 ;
}

.subtitletext
{
FONT-FAMILY: $font_type ;
FONT-SIZE: 14px ;
FONT-WEIGHT: bold ;
color: #FFFFFF ;
}

td.calweekday {width: 100px; height: 24px; border-style: solid; border-width: 1px; font-size: 11px; text-align: center;
	vertical-align: middle; background-color: #ECECEC; color: #000000}
	
td.calday {width: 100px; height: 60px; max-height: 85px; min-height: 55px; max-width: 100px; min-width: 100px; 
	border-style: solid; border-width: 1px; font-size: 9px; background-color: #ECECEC; 
	color: #000000; overflow: clip}
	
input.colored { background-color: #FFFFFF ; }


