/* HTML redefined */

body, td, th {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
#header #topNavHoldertry {
	height: 32px;
	background: #900 url(../images/topNav_background.gif) top left repeat-y;
	width: 100%;
	text-align: center;
	padding-top: 2px;
	
}

#header #topNavHoldertry .navList td p.navButton {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	padding: 3px 0 3px 0;
	border-top: 1px solid #fff;
	font-family: arial, helvetica, sans-serif;
	
}

#header #topNavHoldertry .navList td p.navButton a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	padding: 3px 8px 3px 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

#header #topNavHoldertry .navList td p.navButton a:hover {
	background-color: #9a9865;
}

#header #topNavHoldertry .navList td {
	padding: 0 1px 0 1px;
	margin: 0;
	background-color: #900;
}

#header #topNavHoldertry .navList td.selected a {
	background-color: #9a9865;
}

#header #topNavHoldertry .navIndicator td {
	height: 6px;
	padding: 0;
	margin: 0;
	background-color: #900;
}

#header #topNavHoldertry .navIndicator td.selected {
	background: #900 url(../images/nav_indicator.gif) bottom center no-repeat;
}

body {
	margin: 8px 0 0 0;
	background-color: #cc9;
}

td {
	background-color: #fff;
}

th {
	font-weight: bold;
}

a {
	color: #900;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

b, strong {
	font-weight: bold;
}

ul, ol	{
	margin-top: .5em;
	margin-bottom: 0;
	padding-left: 3em;
	margin-left: 1.5em;
	padding-top: 0;
}

/*p {
	margin: 0 0 0 0;
}*/



#contentHolder p {
	margin: 0 0 1.5em 0;
}

ul {
	padding: 0 0 0 0;
	list-style-type: disc;
}

/*li	{
	padding-bottom: 1em;
}*/

li.checkbox	{
	list-style-image: url(../images/checkbox_10x9.gif);
}

li.faq	{
	list-style-image: url(../images/checkbox_10x9.gif);
}

li.share	{
	list-style-image: url(../images/checkbox_10x9.gif);
}

li.plain	{
	list-style-type: disc;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	text-decoration: none;
}

h1, td h1, h1 a	{
	color: #000;
	text-decoration: none;
	font-size: 1.3em;
	margin: 1em 0 .5em 0;
}

h2, td h2, h2 a	{
	color: #006;
	text-decoration: none;
	font-size: 1.1em;
	padding: 0;
	margin: 0 0 .5em 0;
	font-weight: bold;
}

h3, td h3, h3 a	{
	color: #333;
	text-decoration: none;
	font-size: 1em;
	padding: 0px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 2px;
	font-weight: bold;
}

form {
	padding: 0;
	margin: 0 0 0 0;
}

a img, a img:hover {
	padding: 0;
	margin: 0;
	border-style:none
} 

input, option, select {
	font-size: .9em;
	color: #000;
}

.submit, .button, .buttonSmall {
	padding: .1em 1em .1em 1em;
	margin-top: .5em;
	background-color: #900;
	border: 1px solid #fff;
	font-size: .9em;
	color: #fff;
	text-align: center;
}

.button {
	width: 150px;
}

.buttonSmall {
	width: 80px;
}

.submit:hover, .button:hover, .buttonSmall:hover {
	background-color: #999967;
	/* color: #000; */
}

.button a, .buttonSmall a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.button a:hover, .buttonSmall a:hover {
	text-decoration: none;
	/* color: #000; */
}

small, .small {
	font-size: .8em;
}
