/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: Arial, Helvetica, sans-serif;
}

h1 
{
	font-family: "Swis721 Cn BT";
	font-weight: normal;
	font-size: 20px;
	color: #FFFF00
}

h2 
{
	font-family: "Swis721 BlkCn BT";
	font-weight: bold;
	font-size: 36px;
	color: #FF6600;
}

h3 
{
	font-family: "Swis721 Cn BT";
	font-weight: bold;
	font-size: 30px;
	color: #FFFFFF
}
h1.main 
{
	font-family: "Swis721 Cn BT";
	font-weight: bold;
	font-size: 24px;
	color: #FFFF00
}

p 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF
}
#pText
{
	font-family: Arial, Helvetica, sans-serif;
	color: #OOOOOO;
	font-weight: bold;
	font-style: italic;
	font-size: 14px
}
#labelText
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	font-size: 14px
}
#Layer1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF
}
#Layer2 {
	position:absolute;
	width:207px;
	height:41px;
	z-index:1;
	left: 676px;
	top: 14px;
}
span 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF
}
p.text 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000
}
p.text2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000
}
#yourfullname; #emailaddress; #phones
{
	background-color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	color: #FF0000;
	border: 1
}
#yourmessage
{
	background-color:#FFFFFF;
	font:Arial;
	color:#1c3d81;
	border: 1
}
/*
	Standard links
*/

a:link
{
	background-color: none;
	color: white;
	font-weight: bold;
	text-decoration: none
}

a:visited
{
	color: white;
	font-weight: bold;
	text-decoration: none
}

a:hover
{
	background-color: none;
	color: #FF9900;
	font-weight: bold;
	text-decoration: none
}
/*
	email links
*/

a.email:link
{
	background-color: none;
	color: white;
	font-weight: bold;
	text-decoration: none
}

a.email:visited
{
	color: white;
	font-weight: bold;
	text-decoration: none
}

a.email:hover
{
	background-color: none;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none
}
/*
	news links
*/
a.main:link
{
	font-family: "Swis721 Cn BT";
	font-weight: normal;
	font-size: 20px;
	color: #FFFF00
}

a.main:visited
{
	font-family: "Swis721 Cn BT";
	font-weight: normal;
	font-size: 20px;
	color: #FFFF00
}

a.main:hover
{
	font-family: "Swis721 Cn BT";
	font-weight: bold;
	font-size: 20px;
	color: #FF0000
}
/*
	Blue links
*/
a.blue:link
{
	background-color: none;
	color: #0000CC;
	font-weight: bold;
	font-style:italic;
	text-decoration: none
}

a.blue:visited
{
	background-color: none;
	color: #0000CC;
	font-weight: bold;
	font-style:italic;
	text-decoration: none
}

a.blue:hover
{
	background-color: #FF9900;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none
}