/* Standard styles */
body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 11px;
}

tbody {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

p {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

A {
	text-decoration : none;
  color: #003366;
} 

A:visited {
	color: #003366;
}
 
A:active {
	color: #003366;
} 

A:hover {
	color: #990033;
} 

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
}

hr {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Color styles */
.headerTitleColor {
  color: #000000;
}

.accentColorDark {
  background-color: #CCCCCC;
}

.accentColorMedium {
  background-color: #DDDDDD;
}

.accentColorLight {
  background-color: #EEEEEE;
}

/* Drop down styles */
.bodyText {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.largeTitle {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #003366;
}

.mediumTitle {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #003366;
}

.smallTitle {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	color: #003366;
}
.smallTitle A{
	color: #003366;
}
.smallTitle A:HOVER{
	color: #003366;
}

#error {
	background-color : #EEEEEE;
	padding : 20px 20px 10px 20px;
	margin-left : 100px;
	margin-right : 100px;
}

/* Custom styles */