/* Standard styles */
body {
	padding-top: 8px;
  padding-bottom: 8px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	line-height: 16px;
}

table, tbody, p {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #555555;
	text-decoration: none;
}

A {
	color: #7F317D;
	  font-weight: bold;
  text-decoration: yes;
} 

A:visited {
	color: #7F317D;
  text-decoration: yes;
}
 
A:active {
	color: #7F317D;
  text-decoration: yes;
} 

A:hover {
	color: #000000;
  text-decoration: none;
} 

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, sans-serif;
}

hr {
	margin-top: 0px;
	margin-bottom: 0px;
}

input, textarea, select {
  font-family:  Arial, Geneva, Verdana, Helvetica, sans-serif;
  font-size: 11px;
}

.button {
  font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
  font-size : 11px;
}

#error {
  background-color : #EEEEEE;
  padding : 20px 20px 10px 20px;
  margin-left : 130px;
  margin-right : 130px;
}

/* Color styles */
.headerTitleColor {
  color: #FFFFFF;
}

.accentColorDark {
  background-color: #4F6E99;
}

.accentColorMedium {
  background-color: #F5F3EE;
}

.accentColorLight {
  background-color: #F5F3EE;
}

/* Drop down styles */
.bodyText {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #555555;
}

.largeTitle {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #7F317D;
}

.mediumTitle {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #7F317D;
}

.smallTitle {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  color: #7F317D;
}

/* Custom styles */
.menu {
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 15px;
}

.content {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
}

.search {
	font-family: Arial, sans-serif;
	font-size: 10px;
}