body {
	background-color: #EEEEEE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.instructions_visible 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dbdbdb;
	visibility: visible; 
	position: fixed;
}

.instructions_hidden 
{
	visibility: hidden; 
	position: absolute;
}

a, .text a, .textsml a
{
	text-decoration: none;	
	color: 000000;
}

a:hover, .text a:hover, .textsml a:hover
{
	text-decoration: underline;
	color: 333399;
}


a:active, .text a:active, .textsml a:active
{
	text-decoration: underline;
	color: 333399;	
}

a:visited, .text a:visited, .textsml a:visited
{
	color: 333399;
}

.titsec {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12;
font-weight:bold;
color:#666666;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.textbld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
}

.text_subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	font-weight: bold;
}

.text_RegistrationSubheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
}

.titbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006699;
	font-weight: bold;
}

.titdirectory
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	font-weight: bold;
}

.textsml {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.text_tiny {
	font-family: Arial, Arial, sans-serif;
	font-size: 10px;
	color: #549BE3;
}

.text_error {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: red;
	font-weight:bold;
}


.input_box
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.logged_in_message
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #191970;
}

.logged_in_message a:link
{
	font-family: inherit;
	font-size: inherit;
	color: #191970;
}

.logged_in_message a:hover
{
	font-family: inherit;
	font-size: inherit;
	color: #191970;
}

.logged_in_message a:active
{
	font-family: inherit;
	font-size: inherit;
	color: #191970;
}

.logged_in_message a:visited
{
	font-family: inherit;
	font-size: inherit;
	color: #191970;
}

.logged_in_message b
{
	color: #999999;
}

.logged_in_message hr
{
	color: #191970;
}

.logged_in_message table
{	
	position:relative;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #191970;
	border-style: double;
}


.not_published
{
	font-family: inherit;
	font-size: inherit;
	border-top: green thin dotted;
	border-bottom: green thin dotted;
	border-left: green thin dotted;
	border-right: green thin dotted;
}

/*for table layouts*/

.table_container
{
	display: table;
}

.table_caption
{
	background: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	display: table-caption;
}

.table_heading
{
	background: #eaeaea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-bottom: #c0c0c0 solid thin;
	display: table-header-group;
}

.table_row
{
	display: table-row-group;
}

.table_cell
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 100px;
	display: table-cell;
}

.table_footer
{
	display: table-footer-group;
}

/* list/table formatting */

.border_top
{
	font-family: inherit;
	font-size: inherit;
	border-top: #ededed solid thin;
	border-bottom: #ededed solid thin;
}

.border_bottom
{
	font-family: inherit;
	font-size: inherit;
	border-bottom: #ededed solid thin;
}

.dotted_outline {
	border:  2px dotted #dbdbdb;
}