/* CSS Document */

/*
h1 {color: #336633; font:"Trebuchet MS"; font-style:bold; text-align:center;}
h2 {color: #000000; font:"Trebuchet MS"; font-style:bold; text-align:center; font-size:16px}
*/

h3 {
	font-family:"Times New Roman", Times, serif; font-variant: small-caps; font-style:oblique;
	color:#006633;
	font-size:20px;
}

/* navigation style */
a.nav:link 		{color: #336633; text-decoration: none; font:Verdana; font-size:17px}
a.nav:visited	{color: #336633; text-decoration: none; font:Verdana; font-size:17px}
a.nav:hover 	{color: #ffcc00; background-color: #336633;}
a.nav:active 	{color: #336699;}

/*resource box style */
a.res {font-weight: bold;}
a.res:link 	{color: blue;}
a.res:visited	{color: red;}
a.res:hover 	{color: orange;}
a.res:active 	{color: red;}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px 2px;
	border-style: solid solid solid solid;
	border-color: #000000 #000000 #000000 #000000;
	border-collapse: collapse;
	/*background-color: white;*/
}*/
table.sample th {
	/*border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;*/
	border-style: none none none none;
	border-color: gray gray gray gray;
	/*background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;*/
}
table.sample td {
	/*border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	/*border-color: gray gray gray gray;*/
	/*background-color: white;*/
	-moz-border-radius: 0px 0px 0px 0px;*/
}


td.nav {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style:solid;
	border-color:#000000;
}

td.head {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

td.body {
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;
}
