.outerTable {
	border: 2px solid #FFFFFF;
}
.darkBG {
	background-color: #23377B;
}
.lightBG {
	background-color: #6699cc;
}
.mainBG {
	background-color: #b8c2cc;
}
.darkBorder {
	border: 2px solid #23377B;
}



/* Text */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	background-image: url(graphics/spacer.gif);

}

li {
	font-size: 12px;
}

.topRightLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333366;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;

}
a:link {
	color: #69C;
	text-decoration: none;
}
a:visited {
	color: #69C;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}

.horizontalRule {
	background-color: #99b2cc;
	width: 100%;
	height: 30px;

}

.smallHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333366;
}
.formLabel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.button{
	border: 1px black solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	/*width: 100px; too small for some translations*/
}
.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.outerBorder {
	border: thin solid #0099FF;
}
.verySmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.scheduleDarkBG {
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.scheduleLightBG {
	background-color: #B8C2cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.scheduleSideBG {
	background-color: #6699cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


p {
	text-indent: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

p.noindent {
	text-indent: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

h1, h2, h3, h4, h5, h6 {
	color: #333366;
}
