body, td, p, form, ul, ol 				{
	font-family : arial, helvetica, verdana, sans-serif;
	color : #000000;
	font-size : 12px;
	line-height: 16px;
}

body 			{
	overflow: -moz-scrollbars-vertical;
	background-color: #ffffff;
}

hr				{
	background-color : #F5E1E1;
	color : #F5E1E1;
	height : 1px;
	align : center;
	border : 0;
}

.header			{
	font-weight : bold;
	font-size : 13px;
}

.title			{
	font-family : century gothic, helvetica, arial, verdana, sans-serif;
	font-weight : normal;
	color : #000000;
	font-size : 18px;
}

.black			{
	color : #000000;
}

.space			{
	line-height: 19px;
}

.small			{
	font-size: 11px;
}

.xsmall			{
	font-size: 10px;
}

.medium			{
	font-size: 11px;
}

a:link	 		{
	color : #C07E94;
	font-weight : bold;
	text-decoration : underline;
}

a:visited		{
	color : #574D4D;
	font-weight : bold;
	text-decoration : none;
}
							 
a:active		{
	color : #F5E1E1;
	font-weight : bold;
	text-decoration : none;
}
					 
a:hover			{
	color : #333333;
	font-weight : bold;
	background-color: #F8E9EC;
	text-decoration : none;
}

a.instructions:link	 		{
	font-size: 10px;
	color : #A55F76;
	font-weight : normal;
	text-decoration : underline;
}

a.instructions:visited		{
	font-size: 10px;
	color : #888383;
	font-weight : normal;
	text-decoration : none;
}
							 
a.instructions:active		{
	font-size: 10px;
	color : #F5E1E1;
	font-weight : normal;
	text-decoration : none;
}
							 
a.instructions:hover		{
	font-size: 10px;
	color : #574D4D;
	font-weight : normal;
	background-color: #FBEBF0;
	text-decoration : none;
}

.button		{
	background-color:#FAF0F0;
	font-size: 9px;
	color: #333333;
	border-style: outset;
}

/* added by klaus -- nov 27, 2003 */
.bgclear { background-color: #FFFFFF; }

.form 		{
	border-bottom: 1px #eeeeee solid;
 	border-right: 1px #eeeeee solid;
 	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 3px;
}

.red		{
	background-color: #ED0011;
	padding: 3px;
}
