﻿body {
}


.f1
{
	font-family:Georgia; 
	font-size:16px; 
	color:Gray;
}


.txt1
{
	font-family:Georgia; 
	font-size:14px; 
	color:Black;
}



.t1 
{
	font-family:Arial;
	font-size:16px;
	color:Black;
	font-weight:bold;
}

.t2 
{
	font-family:Arial;
	font-size:12px;
	color:Black;
}



.b1 
{
	font-family:Arial;
	font-size:15px;
	color:Black;
}

.b2 
{
	font-family:Arial;
	font-size:12px;
	color:Black;
}


.f2 {text-decoration: none; font-family:Arial; font-size:14px; color:Black; }

.a1 {text-decoration: none; font-family:Arial; font-size:14px; }
.a1:link { color: Gray; }
.a1:visited { color: Gray; }
.a1:hover { color: White; background-color: Gray; text-decoration: none; }

.a2 {text-decoration: none; font-family:Arial; font-size:11px; }
.a2:link { color: black; }
.a2:visited { color: black; }
.a2:hover { color: Silver; text-decoration: none; }


.d1 { height:20px; width:420; border-top: solid 1px #F69364; border-bottom: solid 1px #F69364; background-color: #FFFFCB; }

