/*define body text color*/
body  {
	color: black;
}

/*define content link colors*/
a:link, a:visited {
	color: #244A9F;
	text-decoration: none;
}

a:hover, a:active {
	color: #000099;
	text-decoration:underline;
}




/*define header size and colors*/
h1 {
	font-size: 20px;
	color: #244A9F;
}
h2 {
	font-size: 16px;
	color: #244A9F;
}
h3 {
	font-size: 13px;
	color: #244A9F;
}	
h6 {
	font-size: 12px;
	color: #244A9F;
	margin: 0;
}	

/*sets images to be positioned left or right on the page*/
.floatRight {
	float: right;
	padding-left: 10px;
}
.floatLeft {
	float: left;
	padding-right: 10px;
}
/*used after a floated image and paragraph to
keep floated image within paragraph*/
.clear {
	clear: both;
}
/*define caption size and color*/
.caption {
	color: #244A9F;
	margin-top: 5px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 7px;
}

/*used to remove space above or below element.
Typically used with headlines or paragraph
following a headline*/
.noBottomMargin {
	margin-bottom: 0;
}
.noTopMargin {
	margin-top: 0;
}

/*used as a class for unordered lists
to make the indent smaller*/
.bullets {
	margin-left: 10px;
	padding-left: 10px;
	line-height: 14px;
}
.photoleft {
	position: relative;
	width: 290px;
}
.photoright {
	position: relative;
	left: 310px;
}
.smalltext {
	font-size: 11px;
}
li {
	line-height: normal;
	margin: 10px;
}
#summary {
	font-size: 10px;
}
.red_small {
	font-size: 9px;
	font-weight: bold;
	color: #FF0000;
}
.smalltextBold {
	font-size: 11px;
	font-weight: bold;
}
.mainheadline {
	font-size: 18px;
	font-weight: bold;
}

.subheadline {
	font-size: 12px;
	font-weight: bold;
}

table.tableborder {
border: 1px solid #244A9F;
}

