@charset "UTF-8";

/* formatting for quick links */
a.sidebar1:link {
	color: #ED4522; 
	text-decoration: underline;
	font: normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
a.sidebar1:visited {
	color: #666666; 
	text-decoration: underline;
	font: normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
a.sidebar1:hover {
	color: #000000; 
	text-decoration: underline;
	font: normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
a.sidebar1:active {
	color: #999999;
	text-decoration: underline;
	font: normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
/* end of formatting for quick links */

/* formatting for content links */
a.content:link {
	color: #ED4522; 
	text-decoration: underline;
	font: normal "Lucida Grande", Lucida, Verdana, sans-serif;
}
a.content:visited {
	color: #666666; 
	text-decoration: underline;
	font: normal "Lucida Grande", Lucida, Verdana, sans-serif;
}
a.content:hover {
	color: #000000; 
	text-decoration: underline;
	font: normal "Lucida Grande", Lucida, Verdana, sans-serif;
}
a.content:active {
	color: #999999;
	text-decoration: underline;
	font: normal "Lucida Grande", Lucida, Verdana, sans-serif;
}
/* end of formatting for content links */

/* formatting for footer links */
a.footer:link {
	color: #000000;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: underline;
}
a.footer:visited {
	color: #666666; 
	text-decoration: underline;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
a.footer:hover {
	color: #ED4522; 
	text-decoration: underline;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
a.footer:active {
	color: #999999;
	text-decoration: underline;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
/* end of formatting for footer links */

/* formatting for header text */

.tamco {
	font: bold 24px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ED4522;
}
.tamco2 {
	font: normal 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #999999;
}

table.style1 {
	border: solid #999999 2px;
	background-color: #FFFFFF;
	text-align: center;
	width: 720px;
}

table.style1 th {
	border: none;
	color:#FFFFFF;
	text-align:center;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #000000 url(images/table1_bg.gif) repeat-x;
}

table.style1 td {
	border: solid #333333 1px;
	text-align:center;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

table.style2 {
	width:720px;
	border:solid #999999 2px;
	background-color:#FFFFFF;
	padding:3px;
}

table.style2 th {
	border:solid #666666 1px;
	background-color:#000000;
	color:#FFFFFF;
	font-weight: normal;
	text-align:center;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #000000 url(images/table1_bg.gif) repeat-x;
}

table.style2 td {
	border:solid #000000 1px;
	text-align:center;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

td.gray {
	background-color: #CCCCCC;
}

li.emails {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	list-style-type: none;
}

li.address1 {
	font: 24px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ED4522;
	text-align: center;
	list-style-type: none;
}

li.address2 {
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000000;
	text-align: center;
	list-style-type: none;
}

li.download {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	list-style-type: none;
	padding: 5px;
}

img.tables {
	margin: 20px;
	border: 0px;
	text-align: center;
}
