/* Standard styles */
body {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #555555;
	scrollbar-3dlight-color:#F4F3EF;
  scrollbar-arrow-color:#556C95;
  scrollbar-base-color:#DADDE2;
  scrollbar-darkshadow-color:#556C95;
  scrollbar-face-color:#DADDE2;
  scrollbar-highlight-color:#F4F3EF;
  scrollbar-shadow-color:#556C95;
	scrollbar-track-color:#DADDE2;
}

table, tbody, p {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #555555;
	text-decoration: none;
}

A {
	color: #556C95;
	text-decoration: underline;
} 

A:visited {
	color: #556C95;
	text-decoration: underline;
}
 
A:active {
  color: #556C95;
  text-decoration: underline;
} 

A:hover {
  color: #556C95;
  text-decoration: none;
} 

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, sans-serif;
}

input, textarea, select {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

.button {
  font-family : Arial, 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: #A8A8A6;
}

.accentColorMedium {
  background-color: #A8A8A6;
}

.accentColorLight {
  background-color: #A8A8A6;
}

/* Drop down styles */
.bodyText {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #555555;
}

.largeTitle {
  font-family: Arial, sans-serif;
    font-weight: bold;
	font-size: 16px;
  color: #556C95;
}

.mediumTitle {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #556C95;
}

.smallTitle {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
  color: #556C95;
}

/* Custom styles */
.content {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
}

.topMenu {
  color: #C7CFDD;
	font-weight: bolder;
	text-decoration: none;
}

.topMenu A {
  color: #C7CFDD;
	text-decoration: none;
}

.topMenu A:visited {
  color: #C7CFDD;
	text-decoration: none;
}

.topMenu A:active {
  color: #C7CFDD;
	text-decoration: none;
}

.topMenu A:hover {
  color: #FFFFFF;
  text-decoration: none;
}
