﻿#container {
	margin: 0 auto;
	text-align:justify;
	width:600px;
	height:550px;
	border-collapse:collapse;
	border-color:gray;
	border-width:2px;
	border-style:dotted;
	font-family:arial,calibri;
	font-size:12px;
}

#footer {
	margin: 0 auto;
	text-align:center;
	width:600px;
	height:20px;
	font-family:arial,calibri;
	font-size:x-small;
	color:gray;
}

#banner {
	padding-bottom:1px;
	height:100px;
	width:600px;
}
#menuback {
	width:99px;
	height:20px;
	background-color:#040059;
	border-bottom:thin white;
	border-left:thin white;
	border-right:thin white;
	color:white;
	float:left;
	text-align:center;
	font-size:14px;
}
#menubackthispage {
	width:99px;
	height:20px;
	background-color:white;
	border-bottom:thin white;
	border-left:thin white;
	border-right:thin white;
	color:white;
	float:left;
	text-align:center;
	font-size:14px;
}
#menupad {
	width:1px;
	height:20px;
	float:left;
}
#menuback a{
	color:white;
	text-decoration:none;
}
#menuback a:hover{
	text-decoration:underline;
}

#menubackthispage a{
	color:#040059;
	text-decoration:none;
}
#menubackthispage a:hover{
	text-decoration:underline;
}

#maintext{
	margin-top:40px;
	margin-left:2px;
	margin-right:2px;
	height:380px;
	text-align:justify;
}

#offerblock {
	text-align:center;
	margin-left:2px;
	height:145px;
}
#offer {
	width:194px;
	height:140px;
	float:left;
	border:thin #040059 solid;
}
#offertitle {
	background:#040059;
	height:20px;
	color:white;
	font-size:14px;
	font-weight:bold;
}
#offerfoot {
	height:20px;
	background:#040059;
	font-size:12px;
	color:white;
	font-weight:bold;
}
#offertext {
	height:100px;
}

#specialofferblock {
	width:590px;
	height:48px;
	margin-left:2px;
	border-style:solid;
	border-width:thin;
	border-collapse:collapse;
	border-color:red;
	font-size:medium;
	color:red;
	font-weight:bold;
	text-align:center;		
}

.style1 {
	font-size: x-small;
}
.smallemail {
	color:gray;
	font-size:x-small
}
.bpcs {
	font-style:italic;
	font-weight:bold;
}

td {
	text-align:center;
}

td a{
	color:black;
	text-decoration:none;
}