.fontsizexxsmall {
	font-size: xx-small;
}
.fontsizesmall {
	font-size: small;
}
.fontsizemedium {
	font-size: medium;
}
.fontsizelarge {
	font-size: large;
}
.alignleft {
	text-align: left;
}

.fontsizexxlarge {
	font-size: xx-large;
}
.fontsizexlarge {
	font-size: x-large;
}

.backgroundyellow {
	background-color: #FFFF99;
}
.backgrounddarkblue {
	background-color: #0000FF;
}
.background_light_blue {
	background-color: #3399FF;
}
.headingwhiteonblue {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000FF;
}
h1 {
	font-size: 1.5em;
	color: #0000FF;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FF0000;
}
.link_underlined {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
}


h2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
 


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	
}

.fontsizexsmall {
	font-size: x-small;
}
.linksheading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #333333;
}

.box {
	border: thin solid #0000FF;
}
.breadcrumbtrail {
	font-size: 0.75em;
	color: #000000;
}
.different {
	font-family: "Courier New", Courier, monospace;
}

.linksheading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #333333;
}

.box {
	border: thin solid #0000FF;
}
.bold {
	font-weight: bold;
}

.one_and_a_half_ems {
	font-size: 1.5em;
}
.font_italic {
	font-style: italic;
}
.font_bold {
	font-weight: bold;
}
.position_right {
	right: 0px;
}
.caseupper {
	text-transform: uppercase;
}
.caselower {
	text-transform: lowercase;
}
.casenone {
	text-transform: none;
}
.left_column_heading {
	background-color: #FFFF66;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	color: #0702B3;
	font-weight: bold;
}
.fontsizemedium {
	font-size: medium;
}
.imageRight {
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #333333;
	float: right;
	margin-top: 0px;
	line-height: normal;
}
.imageLeft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #333333;
}
.stripetable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000099;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	border: thin dashed #999999;
}
.stripetable .greyrow {
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #eeeeee;
}
.floatright {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}
.label {
	font-weight: bold;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #cccccc;
	white-space: normal;
	margin-right: 10px;
}
.option {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
}
.label2 {
	font-weight: bold;
	display: inline-block;
	margin-top: 15px;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
