/* ============================================================================ */
body
{
    font-family: Verdana, "Helvetica medium", Sans, Arial, sans-serif;
    background-color:#ffffff;
    margin: 0;
    padding: 0;
}

a img
{
    border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
/* ============================================================================ */
div.class-main
{
	width:770px;
	margin:0px auto;
/*	border:1px dotted red; */
}
/* ============================================================================ */
.headerTitle {
	font-weight:normal;
	font-size:10px;
	color:#FFFFFF;
	background-color: #0D245B;
	height: 24px;
}
.headerTitle a{
	color:#FFFFFF;
}
/* ============================================================================ */
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}
.sub {
	font-family: Verdana, "Helvetica medium", Sans, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.news {
	font-family: Verdana, "Helvetica medium", Sans, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;

}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.basictext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
.specItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}
.textSmall {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.orderFormSmall {
	font-size: 10px;
	font-style: italic;
}
.style2 {
	font-size: 12px
}
.style3 {
	font-size: medium;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #000066;
}
