H1
{ 

	text-decoration:underline; 
	color: #FF9900;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:large;
}
A:link 
{ 

	text-decoration:underline; 
	color: #0066FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight: bold;
} 

A:visited
{ 

	text-decoration:underline; 
	color: #0066FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight: bold;
}  

A:hover 
{ 

	text-decoration:underline; 
	color: #FF9900;
	font-weight: bold;
	background-color:#0066FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

.category_view_title 
{ 

	text-decoration:underline; 
	color: #FF9900;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:large;
}

.category_view_small_title 
{ 

	text-decoration:underline; 
	color: #FF9900;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

.category_view_description 
{ 
	color: #0066FF;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	vertical-align:top;
	text-align:justify;
}

.normal_text
{ 
	color: #0066FF;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;	
}

.header_text
{ 
	color: #FF9900;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-large;
	vertical-align: middle;
	text-align: center;
    text-decoration: underline;
}

.error_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	background-color: #FFCCFF;
	height: auto;
	width: auto;
	border: medium dotted #000000;
}

.notification_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF0000;
}

.clean_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-transform: capitalize;
	color:#009933;
}

.entryfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#FF9900;
	background-color: #FFFFFF;
}