/* Universal classes */

body	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
}

p	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
}

ul,ol	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
}

h1	{
	margin-top : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #990000;
	font-size : 32px;
	font-weight : bolder;
}

h2	{
	font-family : Arial, Helvetica, sans-serif;
	color : #990000;
	font-size : 20px;
	font-weight : bold;
	margin-bottom : -12px;	
}

h3	{
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 16px;
	font-weight : bold;
	margin-bottom : -14px;	
	
}

td	{
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 16px;
	
}
.long li
{
	padding-bottom: 15px;
}

/* Specific text styles (i.e. rarely needed formatting) */

.adobe	{
	font-size : 12px;
	border-top-color : #000000;
	border-top-style : solid;
	border-top-width : 1px;
	padding-top : 5px;
}

a.bare	{
	text-decoration : none;
}

.bare:visited	{
	color : Blue;
}

.front	{
	letter-spacing : 1px;
	line-height : 130%;
	font-size : 17;
}

a.submenuitem	{
	font-size : 14px;
	text-decoration : none;
	color : #000000;
	line-height: 130%;
	font-weight : bold;
}

.submenuitem:hover	{
	text-decoration : underline;
}

.commentform	{
	border-bottom-style : solid;
	border-left-style : solid;
	border-right-style : solid;
	border-top-style : solid;
	border-bottom-width : thin;
	border-left-width : thin;
	border-right-width : thin;
	border-top-width : thin;
	padding-left : 10px;
	padding-bottom : 10px;
	padding-right : 10px;
	padding-top : 10px;
}

.disclaimer	{
	font-size : 10px;
}

.submenu	{
	padding-left : 10px;
}


.subform	{
	border-bottom-style : solid;
	border-left-style : solid;
	border-right-style : solid;
	border-top-style : solid;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	padding-left : 10px;
	padding-bottom : 10px;
	padding-right : 10px;
	padding-top : 10px;
}

.yellowsidebar	{
	float : right;
	padding-bottom : 7px;
	padding-left : 7px;
	padding-right : 7px;
	padding-top : 7px;
	padding-bottom : 7px;
	margin-left : 15px;
	margin-right : 15px;
	margin-top : 5px;
	margin-bottom : 5px;
	background-color : #FFFFAA;
	width : 150px;
	position : relative;
	color : #000000;
	border-right-color : Gray;
	border-right-style : ridge;
	border-right-width : 2px;
	border-bottom-color : Gray;
	border-bottom-style : ridge;
	border-bottom-width : 3px;
	font-weight : normal;
	font-size : 90%;
	}
	
.quote
{
	float:right;
	width: 200px;
	margin: 15px 0px 10px;	
}

.quote p
{
	font: 14px Arial, Helvetica, sans-serif;	
	padding: 0px 10px;
	color: inherit;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000000;
	text-align: center;
}

.quote cite
{
	color: #999999;
	font-size: 12px;
	text-align: center;
}