
body,div,span,.txt
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	background : Black;
	color : #DCDCDC;
}

.div_white
{
	background : #FFFFFF;
	color : #838383;
	margin-left : 5px;
	margin-right : 5px;
}

.indent
{
	margin-left : 15px;
	margin-right : 15px;
	
}

td,tr
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
}

.attn
{
	font-weight:bold;
	font-size:15px;
}

.attnor
{
	font-weight:bold;
	font-size:15px;
	color : #FF8C00;
}


.accent
{
	font-weight:normal;
	font-size:13px;
}

.accentblack
{
	font-weight:bold;
	font-size:13px;
	color:#000000;
	background : #FFFFFF;
}

.accentor
{
	font-weight:normal;
	font-size:13px;
	color :  #FF8C00;
}

.accentyellow
{
	font-weight:bold;
	font-size:13px;
	color : Yellow;
}

th
	{
	background-color: Black;
	text-align : left;
	font-weight: bold;
	font-size:11px;
}
/*link styles will follow the Unselected Color*/
/* Defines the colors for all the links on the page eg: subcategory link on the planning2 layout */
a:link {
	font-weight: bold;
	text-decoration: none;
	color : #6495ED;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #B0C4DE;
}
a:active {font-weight: bold; text-decoration: none; color : #6495ED;}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FF4500;
}
img {border:none;}

.footer
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color : #CCCCCC;
}
	
 A.footer:active
  	{
    text-decoration : none;
	color : #DCDCDC;
 	}
	
A.footer:link
 	{
   	 text-decoration : none;
	color : #DCDCDC;
 	}
	
A.footer:visited 
 	{
 	text-decoration : none;
	color : #DCDCDC;
 	}
	
 A.footer:hover
 	 {
	text-decoration : underline;
	color: #F8F8F8;
}
	
	
.confirm
	{
	font-weight: 600;
	font-size : 13px;
}

	
.error
	{
	font-weight: 600;
	color:#FF0000;
	font-size : 13px;
}