h1
{
	font-family:			Arial;
	font-size:				22px;
	font-weight:			bold;
}

h2
{
	font-family:			Arial;
	font-size:				16px;
	font-weight:			bold;
}

.topheading
{
	font-family:			Arial;
	font-size:				16px;
	font-weight:			bold;
}

h3
{
	font-family:			Arial;
	font-size:				14px;
	font-weight:			bold;
}

textarea
{
	border:					1px solid #999999;
	color:					#333333; 
	font-family:			Arial; 
	font-size:				11px;
}

input
{
	border:					1px solid #999999;
	padding: 				2px 2px 2px 2px;
	color:					#333333; 
	font-family:			Arial; 
	font-size:				10px; 
}

input.required
{
	border:					1px solid #999999;
	padding: 				2px 2px 2px 2px;
	color:					#333333; 
	font-family:			Arial; 
	font-size:				10px;
	background:				#FFFF99;
}

select
{
	border-style:			solid;
	border-color:			#333333;	
	border-left-width:		1px;
	border-right-width:		1px;
	border-top-width:		1px;
	border-bottom-width:	1px;
	color:					#333333;
	font-family:			Arial;
	font-size:				10px;
}

file
{
	border-bottom-style:	solid;
	border-color:			#333333;
	border-width:			thin;
	border-style:			double;
	color:					#333333; 
	font-family:			Arial; 
	font-size:				10px;
}


a.caselink
{
	color:					#000;
	text-decoration:		underline;
	font-family:			Arial;
}

a.caselink:hover
{
	color:					#1E3070;
	text-decoration:		underline;
	font-family:			Arial;
}

a.jsclose
{
	color:					#000;
	text-decoration:		none;
	font-family:			Arial;
}




.success
{
	font-family:			Arial;
	font-size:				11px;
	color:					#0B8B11;
}

.failure
{
	font-family:			Arial;
	font-size:				11px;
	color:					#C31B1B;
}

.pending
{
	font-family:			Arial;
	font-size:				11px;
	color:					#FF6600;
}