
/**
	List items
/**/
li {
	padding-bottom:		0px;
}

li.1 {
	padding-bottom:		0px;
}


/**
	Page headings
/**/
.PageTitleHeader	{
	font-family:			"Arial";
	font-size:				18pt;

}

.PageTitleSubHeader	{
	font-family:			"Arial";
	font-weight:			;
	font-size:				16pt;
}

}

.PageTitleSubHeader2	{
	font-family:			"Arial";
	font-weight:			bold;
	font-size:				12pt;
}
}

.PageTitleSubHeader3	{
	font-family:			"Arial";
	font-weight:			;
	font-size:				12pt;
}
}

.PageActivities	{
	font-family:			"Arial";
	font-weight:			;
	font-size:				12pt;
}
/**
	HREF links
/**/
A.link		{
	text-decoration:		none;
	font-family:			"Arial";
	font-size:				12pt;
}


A.link:Hover	{
	text-decoration:		underline;
}

A.linksmall		{
	text-decoration:		none;
	font-family:			"Arial";
	font-size:				10pt;
}

A.linksmall:Hover	{
	text-decoration:		underline;
	font-weight:				;
}
A.subnav		{
	text-decoration:		none;
	font-family:			"Arial";
	font-size:				12pt;
	color:					gold;
}

A.subnav:Hover	{
	text-decoration:		underline;
	font-weight:				;
	color:					navy;
}
}

A.4		{
	text-decoration:		none;
	font-family:			"Arial";
	font-weight:			bold;
	font-size:				12pt;
}
}

A.4:Hover	{
	text-decoration:		underline;
	font-weight:				;
}



A.NavBar:link {
	text-decoration:		none;
	font-family:			"Verdana";
	font-size:				10pt;
	border-style:			outset;
	border-width:			5px;
	background-color:		#FFFFFF;
	width:					100px;
	color:					navy;
}

A.NavBar:visited {
	text-decoration:		none;
	font-family:			"Verdana";
	font-size:				10pt;
	border-style:			outset;
	border-width:			5px;
	background-color:		#FFFFFF;
	width:					100px;
	color:					navy;
}

A.NavBar:active {
	text-decoration:		none;
	font-family:			"Verdana";
	font-size:				10pt;
	border-style:			outset;
	border-width:			5px;
	background-color:		#FFFFFF;
	width:					100px;
	color:					navy;
}

A.NavBar:Hover	{
	text-decoration:		none;
	font-family:			"Verdana";
	font-size:				10pt;
	border-style:			outset;
	border-width:			5px;
	background-color:		#FFFFCC;
	width:					100px;
	color:					navy;
}

A.NavBarSelected		{
	text-decoration:		none;
	font-family:			"Verdana";
	font-size:				10pt;
	color:					rgb(0,0,100);
}

A.NavBarSelected:Hover	{
	text-decoration:		"underline";
}

A.RecordNavLink {
	text-decoration:		"none";
	font-family:			"Arial";
	font-size:				8pt;
}

/**
	Form items
/**/
.FormLabel {
	font-family:			"Arial, Helvetica";
	font-size:				12pt;
	font-weight:			bold;
}

.FormLabelDetail {
	font-family:			"Arial, Helvetica";
	font-size:				7pt;
}

.FormLabelDetail2 {
	font-family:			"Arial, Helvetica";
	font-size:				9pt;
}

.FormField {
	font-family:			"Arial, Helvetica";
	font-size:				10pt;
	border-style:			groove;
}

.FormReqField {
	font-family:			"Times New Roman";
	font-size:				16pt;
	font-weight:			bold;
	color:					rgb(255,0,0);
}


/**
	Section items
/**/
.SectionHeader {
	font-family:			"Times New Roman";
	font-size:				16pt;
	font-weight:			bold;
	color:					rgb(0,0,0);	
}

.BodyText {
	font-family:			"Arial";
	font-size:				12pt;
	color:					rgb(0,0,0);	
}

}

.BodySmallText {
	font-family:			"Arial";
	font-size:				10pt;
	color:					rgb(0,0,0);	
}


}

.FooterText {
	font-family:			"Arial";
	font-size:				9pt;
	color:					rgb(0,0,0);	
}

.SelectedHead {
	border-style:			inset;
	border-width:			2px;
	background-color:		#FFFFCC;
}

.UnselectedHead {
	border-style:			outset;
	border-width:			2px;
	background-color:		#CCFFFF;
}

.SortOrderIndicator {
	font-family:			"Arial";
	font-size:				10pt;
}

.RecordNavButtonEnabled {
	border-style:			outset;
	border-width:			2px;
	background-color:		#CCFFFF;
	width:					20px;
}

.RecordNavButtonDisabled {
	border-style:			outset;
	border-width:			2px;
	background-color:		#AAAAAA;
	width:					20px;
}

.RecordNavLinkDisabled {
	text-decoration:		"none";
	font-family:			"Arial";
	font-size:				8pt;
	color:					rgb(100,100,100);
}
