body 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #9E7859;
	background-color: #990000;
}

table, tr, td, input 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.title { font-size: 16px;  font-weight: bold;  }

.subtitle { font-size: 14px;  font-weight: bold;  }

.horizontalLine {
	background-color: #BC503F;
}

.bold 	{ 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.smalltext 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.error { color: Red;  font-weight: bold;  }

a { font-weight: bold;  text-decoration: none;  color: #BC503F;   }
a:hover { font-weight: bold;  text-decoration: underline;  color: #BC503F;   
}

.mods {
border:3px solid #ff6633;
background-color : #fff;
padding : 2px;
text-align: center;
-moz-border-radius: 0.5em; -webkit-border-radius: 0.5em;
}

