/* Standard styles */
body {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #555555;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-base-color:#F26530;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#F26530;
  scrollbar-highlight-color:#F26530;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#E3DFDF;
}

table, tbody, p {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #555555;
	text-decoration: none;
}

/* Link styles */
A {
	color: #0079C2;
	text-decoration: none;
} 
A:visited {
	color: #0079C2;
	text-decoration: none;
}
A:active {
  color: #0079C2;
  text-decoration: none;
} 
A:hover {
  color: #660000;
  text-decoration: none;
} 
/* end Link styles */



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: #FFFFFF;
}

.largeTitle {
  font-family: Arial, sans-serif;
    font-weight: bold;
	font-size: 16px;
	line-height: 18px;
  color: #0079C2;
}

.mediumTitle {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  color: #0079C2;
}

.smallTitle {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
  color: #0079C2;
}

/* Custom styles */
.content {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
}

.topMenu {
  color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.topMenu A {
  color: #FFFFFF;
	text-decoration: none;
}

.topMenu A:visited {
  color: #FFFFFF;
	text-decoration: none;
}

.topMenu A:hover {
  color: #CCCCCC;
  text-decoration: none;
}