/* these styles are shared between the site and the registration page */

body {
	font-family: tahoma, arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	background-color: #ffffff;
	color: #696969;
}

.text, td, li, select {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
}

input {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
}

p, blockquote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.subheader {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.error {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
}

.fine {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #696969;
}

.boldfine	{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #696969;
}

.message {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #696969;
}

.header {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #990000;
}

.title {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#990000;
}

.subtitle	{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#990000;
}

.r123FormSubmit {
	/* font-family: verdana, arial, helvetica, sans-serif; */
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	color: #990000;
	height: 20px;
	border: 1px;
	border-color: #b38b21;
	border-style: solid;
	background-color: #cccccc;
	padding: 0px 10px 0px 10px; 
	margin: 0px 0px 0px 0px; 
	cursor: hand;
	cursor: pointer;
}

.quote {
	margin: 25px 0px 0px 25px;
	font-style: italic;
	line-height: 16px;
}

.quoteCredit {
	margin-top: 10px;
	text-align: right;
}

a, a:visited {
	color: #990000;
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: underline;
}
a:active, a:hover {
	color: #696969;
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration:underline;
}


/* below are untouched registration page styles */

h1 {
	font: bold 15pt/1em tahoma, arial,times new roman; 
  color: #BDBABD; 
  padding:0 10px 0 10px; 
} 

a.r123link:link, a.r123link:visited, a.r123link:active {
	background-color: #FFFFFF;
	color: #000000;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

a.r123link:hover {
	background-color: #FFFFFF;
	color: #CC362D;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

/* original submit button

.r123FormSubmit { 
	background-color: #993333; 
	border: 0; 
	margin-top: 10px; 
	padding: 3px; 
	font-family: arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #FFFFFF; 
	cursor: pointer; 
}

*/

.borderline td {
	border-bottom: 1px solid #ffffff;
}