
tr, 
td, 
p, 
ul, 
li, 
body,
input,
textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

.notbold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
}

.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
}

.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.white {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

h1, .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFA802;
	font-weight: bold;
}

.headlineBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #576FA6;
}
.subhead, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFA802;
}
.MORE {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 2px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 3px;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
button {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.smallwhite {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;

}

a:link 					{color: #000066; text-decoration: none;}
a:visited				{color: #000066; text-decoration: none;}
a:hover					{color: blue; text-decoration: underline;}

a.white:link           	{color: #FFFFFF; text-decoration: none;}
a.white:visited       	{color: #FFFFFF; text-decoration: none;}
a.white:hover           {color: #FFFFFF; text-decoration: underline;}

a.smallwhite:link       {color: #FFFFFF; text-decoration: none;}
a.smallwhite:visited    {color: #FFFFFF; text-decoration: none;}
a.smallwhite:hover      {color: #FFFFFF; text-decoration: underline;}

.breadcrumb {
	color:#333333;
	font-family:Verdana, Arial, Helvetica;
	font-size:10px;
	text-decoration: none;
	font-weight: normal;
} 

a:link.breadcrumb 		{color: #333333; text-decoration: none;}
a:visited.breadcrumb	{color: #333333; text-decoration: none;}
a:hover.breadcrumb		{color: #000033; text-decoration: underline;}


