body {
	font-family: arial, helvetica, Sans-Serif;
	font-size: 13px;
	color: white;
	background-color:#1F2F94;
	margin: 0px;
}
td, tr {
	font-family: arial, helvetica, Sans-Serif;
	font-size: 13px;
	color: white;
}
B, strong {
	font-weight: bold;
	font-style: italic;
	color: white;
}

/* beginning of code for links */

a {
	text-decoration: underline;
	font-weight: bold;
	color: white;
	font-size: 13px;
	padding-left: 2px;
	padding-right: 2px;
}
a:hover {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: black;
	background-color: #8CD9FF;
	padding-left: 2px;
	padding-right: 2px;
}
a.navigation {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: white;
	padding-left: 2px;
	padding-right: 2px;
}
a.navigation:hover {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: black;
	background-color: #8CD9FF;
	padding-left: 2px;
	padding-right: 2px;
}
a.textonly {
	text-decoration: none;
	font-family: arial, helvetica, Sans-Serif;
	font-size: 20px;
	color: white;
	font-weight: bold;
}
a.textonly:hover {
	text-decoration: none;
	font-family: arial, helvetica, Sans-Serif;
	font-size: 20px;
	color: white;
	font-weight: bold;
	background-color: #1F2F94;
}
a.advert {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: black;
	width: 80px;
	float: right;
	background-color: white;
	padding-right: 3px;
	font-weight: normal;
	text-decoration: none;
	}
a.advert:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #8CD9FF;
	padding-right: 3px;
	font-weight: normal;
	text-decoration: none;
}
a.image {
	text-decoration: none;
	padding: 0px;
}
a.image:hover {
	text-decoration: none;
	padding: 0px;
}

/* end of code for links */

.white {
	background-color: white;
}
.dark-blue {
	background-color: #1F2F94;
}
.light-blue {
	background-color: #8CD9FF;
}
.blue-left {
	border-left: 1px dotted #1F2F94;
}
.white-tb {
	border-top: 1px dotted white;
	border-bottom: 1px dotted white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.white-left {
	border-left: 1px dotted white;
}
.white-right {
	border-right: 1px dotted white;
}
.bg-top-right {
	background-image: url(images/right_bg_top.jpg);
	background-repeat: repeat-x;
}
.bg-top-left {
	background-image: url(images/left_bg_top.jpg);
	background-repeat: repeat-x;
}
.bg-bottom-left {
	background-image: url(images/left_bg_bottom.jpg);
	background-repeat: repeat-x;
}
.bg-bottom-right {
	background-image: url(images/right_bg_bottom.jpg);
	background-repeat: repeat-x;
}
.img-border {
	border: 1px solid black;
}
.address {
	font-size: 12px;
	background-color: white;
	border-top: 4px solid #8CD9FF; 
	color: black;
	padding-left: 3px;
	font-weight: normal;
}
.net {
	font-family: arial, helvetica, Sans-Serif;
	font-size: 13px;
	color: red;
	font-weight: bold;
	text-decoration: none;
}
.effects {
	font-family: arial, helvetica, Sans-Serif;
	font-size: 13px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.form-blue-bg {
	background-color: #8CD9FF;
}
.form-blue {
	color: #1F2F94;
	font-weight: bold;
	font-size: 14px;
}
.option {
	background-color: #81C8F4;
	color: black;
}