@charset "utf-8";
/* CSS Document */

.title
{
	font-family:	Verdana;
	font-size:		12pt;
	font-weight: 	bold;
	color:			#EA9C43;
}

.title2
{
	font-family:	Verdana;
	font-size:		8.5pt;
	color:			#EA9C43;
}

.title3
{
	font-family:	Verdana;
	font-size:		14pt;
	color:			#FFFFFF;
}

.text
{
	font-family:	Verdana;
	font-size:		8.5pt;
	color:			#E7D1A2;
}

.text2
{
	font-family:	Verdana;
	font-size:		7pt;
	color:			#E7D1A2;
}

.text3
{
	font-family:	Verdana;
	font-size:		8.5pt;
	color:			#000000;
}

a.text
{
	text-decoration:none;
}
a.text:hover
{
	text-decoration:underline;
}

a.tlink
{
	text-decoration:underline;
	font-family:	Verdana;
	font-size:		8.5pt;
	font-style: italic;
	color:			#EA9C43;
}
a.tlink:hover
{
	font-family:	Verdana;
	font-size:		8.5pt;
	color:			#EA9C43;
	font-style: italic;
	text-decoration:underline;
}

a.adminlink
{
	font-family:	Verdana;
	font-size:		8.5pt;
	color:			#FFFFFF;
	text-decoration:none;
}
a.adminlink:hover
{
	font-family:	Verdana;
	font-size:		8.5pt;
	color:			#FFFFFF;
	text-decoration:underline;
}


input.text
{
	background:#E7D1A2;
	border:none;
	height:20 px;
	color:#000000;
	font-size: 8pt;
}
textarea
{
	background:#E7D1A2;
	border:none;
	height:200 px;
	color:#000000;
	font-size: 8pt;
}

select
{
	font-size: 6.5pt;
	background:#E7D1A2;		
	color:#000000;
	border-style: none; 
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

