.instructions_visible 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dbdbdb;
	visibility: visible; 
	position: fixed;
}

.instructions_hidden 
{
	visibility: hidden; 
	position: absolute;
}

.text a, .textsml a
{
	text-decoration: none;	
	color: 000000;
}

.text a:hover, .textsml a:hover
{
	text-decoration: underline;
	color: 333399;
}

.text a:active, .textsml a:active
{
	text-decoration: underline;
	color: 333399;	
}

.text a:visited, .textsml a:visited
{
	color: 333399;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.titbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.textsml {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.textsml_highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
/* 87cefa */

.text_tiny {
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 10px;
	color: #549BE3;
	font-style:italic;
}

.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;
}

.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;
}

.textsml_error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b22222;
}

.highlight_border
{
	/*border:  2px solid #ff4500;*/
	font-family: inherit;
	font-size: inherit;
	border-top: #ededed solid thin;
	border-bottom: #ededed solid thin
}