
<style>	
.plainlink:link		{color:<%=TextColor%>; text-decoration:none;}
.plainlink:visited	{color:<%=TextColor%>; text-decoration:none;}
.plainlink:active	{color:<%=TextColor%>; text-decoration:none;}
.plainlink:hover	{color:<%=TextColor%>; text-decoration:none;}

.plainhoverlink:link		{color:<%=TextColor%>; text-decoration:none;}
.plainhoverlink:visited		{color:<%=TextColor%>; text-decoration:none;}
.plainhoverlink:active		{color:<%=TextColor%>; text-decoration:none;}
.plainhoverlink:hover		{color:<%=TextColor%>; text-decoration:underline;}

.bluelink:link		{color:0000FF; text-decoration:underline;}
.bluelink:visited	{color:0000FF; text-decoration:underline;}
.bluelink:active	{color:0000FF; text-decoration:underline;}
.bluelink:hover		{color:0000FF; text-decoration:underline;}

.bluehoverlink:link		{color:0000FF; text-decoration:none;}
.bluehoverlink:visited	{color:0000FF; text-decoration:none;}
.bluehoverlink:active	{color:0000FF; text-decoration:none;}
.bluehoverlink:hover	{color:0000FF; text-decoration:underline;}

.darklightlink:link		{color:<%=TextColor%>; text-decoration:none;}
.darklightlink:visited	{color:<%=TextColor%>; text-decoration:none;}
.darklightlink:active	{color:<%=TextColor%>; text-decoration:none;}
.darklightlink:hover	{color:2C5A32; text-decoration:none;}

.whitelightlink:link	{color:FFFFFF; text-decoration:none;}
.whitelightlink:visited	{color:FFFFFF; text-decoration:none;}
.whitelightlink:active	{color:FFFFFF; text-decoration:none;}
.whitelightlink:hover	{color:<%=SecondaryColor%>; text-decoration:none;}

.medsmallwhite			{font-size: 12px; font-family:Arial; color:FFFFFF;}
.medsmallwhite:link		{color:FFFFFF; text-decoration:none;}
.medsmallwhite:visited	{color:FFFFFF; text-decoration:none;}
.medsmallwhite:active	{color:FFFFFF; text-decoration:none;}
.medsmallwhite:hover	{color:FFFFFF; text-decoration:none;}

.medsmalldark			{font-size: 12px; font-family:Arial; color:<%=TextColor%>;}
.medsmalldark:link		{color:<%=TextColor%>; text-decoration:none;}
.medsmalldark:visited	{color:<%=TextColor%>; text-decoration:none;}
.medsmalldark:active	{color:<%=TextColor%>; text-decoration:none;}
.medsmalldark:hover		{color:<%=TextColor%>; text-decoration:none;}

.prevmonth		{background-color:EDEDED;}
.thismonth		{background-color:FFFFE6;}
.thisday		{background-color:FFFFE6;}
.nextmonth		{background-color:EDEDED;}

.smaller	{font-size: 9px;}
.small		{font-size: 10px;}
.smallmed	{font-size: 11px;}
.medsmall	{font-size: 12px;}
.med		{font-size: 13px;}
.big		{font-size: 14px;}
.bigger		{font-size: 16px;}
.biggest	{font-size: 20px;}

td	{font-size: 13px; font-family:Arial; color:<%=TextColor%>;}

.style1
{
    width: 100%;
}

.subtitletext
{
    font:aerial; font-size:x-large color:<%=PrimaryColor%>;
}

.style3
{
    width: 150px;
    height: 310px;
}

.style4
{
    height: 310px;
}

.subtitletext
{
    font:aerial; font-size:x-large color:White;
}

.description
{
color:White;
}

.top
{
width: 100%;
}

.ridgeborderbottom
{
width: 100%;
border-bottom-style: ridge;
border-bottom-width: medium;
border-top-style: ridge;
border-top-width: medium;
}

.description
{
color:Blue;
}

.navbutton;
{
width: auto; 
height: 20px; 
font-size: xx-small;
}


</style>