body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.white {
	background: #FEFEFE;
}

.grey {
	background: #EBEBEB;
}

td.darkgrey {
	background: #595856;
}

form {
	margin: 10px 0px 10px 0px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BB8CAE;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
};

input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #595856;
	color: #FFFFFF;
	border: 0px;
	padding: 0px 3px 0px 3px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #944575;
	text-decoration: underline;
}

a.nav_current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	background: #974478;
}

a.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}

a.nav:hover {
	/* background: #BB8CAE; */
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #974478;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: right;	
}

div.contentImage {
  float: none !important;
  width: auto;
}

div.contentImage.floatRight {
  float: right !important;
  margin: 4px 0px 4px 4px;
}

div.contentImage.floatLeft {
  float: left !important;
  margin: 4px 4px 4px 0px;
}

/*
    The following are some sample styles used in the "Styles" toolbar command.
    You should instead remove them, and include the styles used by the site
    you are using the editor in.
*/

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;	
}