/* ADD ELEMENTS*/


.addpagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: 18pt;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #660000;
	border-length: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.addalphalist
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	}
.fondname
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style:normal;
	color: #000000;
	margin-bottom: -10pt;
	}
.recordname
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style:normal;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10pt;
	}
.sectionname
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style:normal;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10pt;
	}
	
#navmenu
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style:normal;
	color: #000000;
	font-weight: bold;
	margin-bottom: 50px;
	margin-left: 25em;
	float: right;
	width: 25em;
	}
	
#navmenu td
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style:normal;
	color: #000000;
	
	}
	/* definition for form buttons */				
.bottommenu
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style:normal;
	color: #000000;
	}

	
#submit1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-valign: middle;
	background-color: #eeeeee;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 10.5em;
	height: 2.5em;
	border: solid #660000 double;
	border-width: 2px;
	}


/*START OF ROLLOVER STYLE*/
div#links
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 50px;
	font-family: arial, sans-serif;
	font-size: 100%;
	text-align: left;
	}

div#links a 
	{
		display: block; 
		text-align: left; 
		font-family: arial, sans-serif;
		font-size: 100%;
		padding: 0px 0px; 
		margin: 0 0 1px; 
		border-width: 0; 
		text-decoration: none;
		list-style: none; 
		color: #black;
	}
div#links a:hover 
	{
		color: #000000; 
		background-color: #ffffff;
	}

div#links a span 
	{
		display: none;
	}

div#links a:hover span 
	{
		display: block;
		position: absolute; 
		top: 0px; 
		left: 200px; 
		width: 350px;
		height: 40px;
		padding: 5px; 
		margin: 10px; 
		z-index: 100;
		color: black; 
		font-size: 100% arial, sans-serif; 
		text-align: left;
		background-color: white;
		border: 1px solid #660000;
		list-style: none;
	}
#databasedefs
	{
		position: relative;
		width: 590px;
		margin-bottom: 100px;
	}
	
/*START BOTTOM DROPDOWN MENU*/
	#nav, #nav ul
	{ /* all menu items */
		padding-left: 5px;
		margin: 0;
		list-style: none;
		float : left;
		width : 10em;
	}
	#nav li 
	{ /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 15em;

	}
	#nav li ul
	{ /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 10.75em;
		margin-top : -1.0em;

	}
	#nav li a {
		width: 30.5em;
		w\idth : 30.5em;
		display : block;
		color : #000099;
		text-decoration : none;
		background-color : white;
		padding-left: .25em;
		text-align: left;
	}
	#nav li ul li a {
		width: 20.5em;
		w\idth : 20.5em;
		display : block;
		color : #000099;
		text-decoration : none;
		background-color : white;
		border : 1px solid #660000;
		text-align: left;
	}	
	#nav li a:hover {
		color : white;
		background-color : #660000;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

	#artinfo
	{
		width: 50%;
		float: left;
		margin-right: 15px;
	}
	#artinstruction
	{
		width: 50%;
		float: right;
	}
/* THIS SETTING IS FOR BOLDING TEXT IN TABLE CELLS */
td.bold
{
	font-weight: bold;
	width: 25%;
	text-align: left;
	vertical-align: top;
}

.field
{
	width: 150px;
	float: left;
	font-weight: bold;
	clear: left;
}
.example
{
	float: right;
	clear: right;
}

.formbutton
{
	background-color: #e9edf4; 
	font-family: arial, sans-serif; 
	font-size: 120%; 
	font-weight: bold;
}
ol.tandc_numlist li
{
	padding-bottom: 10px;
	padding-right: 10px;
}

