body {
	margin: 0px;
	padding: 0px;
	background-color: #32627F;
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #515151;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
    width: 140px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #515151;
}

.align-justify {
	text-align: justify;
	font-size: 12px;

}

.text1 {
    font-size: 11px;
}

.text2 {
    text-transform: uppercase;
    color: #455A72;
}

a {
    color: #000000;
}

a:hover {
	text-decoration: none;
}

.bg1 {
    background-image: url(images/index15.gif);
    background-position: left top;
    background-repeat: repeat-x;
}

.bg2 {
    background-image: url(images/index33.gif);
    background-position: left top;
    background-repeat: repeat-x;
}

/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
    color: #FFFFFF;
}

.style1 a {
    color: #FFFFFF;
}

.style1 a:hover {
}

/*
ADDED BY MICHAEL
*/

.primary {
	font-family: arial;
	background-color:#000000;
}
.text_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14;
	color: #333333;
	font-weight: bold;


}
.text_main {
	font-family: arial;
	font-size: 12;
	color: #000000;

}
.text_link {
	font-family: arial;
	font-size: 12;
	font-color: #000000;
	text-decoration: none;
}
.text_small {
	font-family: arial;
	font-size: 10;
	font-color: #000000;
	color: #333333;

}
.highlight {
	background-color: #009933;
	color: #FFFFFF;
	font-size: 10px;


}

