a:link, a:visited, a:active	{ color: #6666FF; text-decoration: none; }
a:hover				{ color: #FFFFFF; text-decoration: none; background-color: #6666FF;}

a.red:link, a.red:visited, a.red:active	{ color: #D6213A; text-decoration: none; }
a.red:hover				{ color: #FFFFFF; text-decoration: none; background-color: #D6213A;}


TABLE			{
					COLOR: #000000; FONT: 12px arial, verdana, sans-serif; 
					border-collapse: collapse;
				}

.fixed			{
					table-layout: fixed;
				}

p				{
					COLOR: #000000; FONT: 12px arial, verdana, sans-serif; 
					table-layout: fixed;
				}

td				{
					vertical-align: top;
				}

.border				{
					border: 1px #ccc solid;
				}

th				{
					background-color: #D6213A;
					color: #FFDE7B;
					border: 1px #ccc solid;
				}

.home				{
					text-align: center;
					font: 16px verdana, arial, sans-serif;
					font-weight: bold; 
					color: #D6213A;
					padding: 4x;
				}

h1				{
					background-color: #D6213A;
					color: #FFDE7B;
					FONT: 26px verdana, arial, sans-serif;
					font-weight: bold; 
					white-space: nowrap;
					width:100%;
					border-top: #698C7A 0px solid;
					border-bottom: #698C7A 1px solid;
					padding: 8px;
					margin: 0px;
					text-align: center;
				}

h2				{
					background-color: #D6213A;
					color: #FFDE7B;
					FONT: 20px verdana, arial, sans-serif;
					font-weight: bold; 
					white-space: nowrap;
					width:100%;
					border-top: #698C7A 0px solid;
					border-bottom: #698C7A 1px solid;
					padding: 5px;
					margin: 0px;
					text-align: center;
				}

h3				{
				}

.menu				{
					text-align: center;
					font: 18px  arial, verdana, sans-serif;
				}

.menu1				{
					text-align: center;
					font: 16px  arial, verdana, sans-serif;
					font-weight: bold; 
					padding: 4x;
				}
.menu2				{
					text-align: center;
					font: 14px arial, verdana, sans-serif;
				}


.cert				{
					font: 16px arial, verdana, sans-serif;
					font-weight: bold; 
					color: #D6213A;
					padding: 4x;
				}

.yearlnk			{
					FONT: 16px verdana, arial, sans-serif;
				}

.year				{
					font: 16px verdana, arial, sans-serif;
					background-color: #D6213A;
					color: #FFDE7B;
					border-top: #698C7A 0px solid;
					border-bottom: #698C7A 1px solid;
					padding: 4px;
					font-weight: bold;
				}
.month				{
					font: 12px verdana, arial, sans-serif;
					background-color: #D6213A;
					color: #FFDE7B;
					border-top: #698C7A 0px solid;
					border-bottom: #698C7A 1px solid;
				}

.forms				{
					background-color: teal;
					color: white;
				}
				
.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("shadeform.gif");
		text-align: left;
		BORDER: #000000 1px solid; }

.button 		{
			color: #000000;
	       		font: bold 12px arial, serif;
			text-align: center;
			background-color: #C9D4DA;
	        	background-image: url("button.gif");
        		padding: 2px 7px 2px 7px;
			cursor:pointer;
        		border: #647B88 1px solid;
			}

.buttonon 		{
			color: #996600;
	       		font: bold 12px arial, serif;
			text-align: center;
			background-color: #F7D0A1;
	        	background-image: url("buttonon.gif");
        		padding: 2px 7px 2px 7px;
			cursor:pointer;
        		border: #996600 1px solid;
			}
			
.red		{
				color: #D6213A;
			}
	
