/* CSS definition file containing site wide stylesheets */

.boldsamesize {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14px;
 	color: rgb(168,3,3);
 	font-weight: bold
}

.reverse_active_link {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.reverse_type {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal
}

.superscript {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 9px;
 	font-weight: normal;
 	font-style: normal;
 	vertical-align: super;
 	text-decoration: none ;
 	margin-top: 0px;
 	margin-bottom: 0px
}

.submitbutton {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14px;
 	color: rgb(168,3,3);
 	font-weight: normal;
 	font-style: normal;
 	background-color: rgb(180,193,208);
 	margin-top: 10px;
 	margin-bottom: 0px
}

.button {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	color: rgb(255,0,0);
 	font-weight: normal;
 	font-style: normal;
 	background: rgb(192,192,192) url( "../assets/images/button.gif" ) no-repeat fixed top left;
 	padding: 2px;
 	border-left-style: none;
 	margin-top: 10px;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.reverse_link_hover {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}