/* CSS Document */

html {height:100%; margin:0; padding:0; border:0;}
body {position:relative; min-height:100%; border:0; margin:0;}
* html body {height:100%;}

tr, div {font-family:Arial; font-size:14px; color:#333;}
a {font-family:Arial; color:#3D5973; text-decoration:none;} a:hover {font-family:Arial; color:#3D5973;  text-decoration:underline;}
form {padding:0; margin:0;}
input {font-family:Arial;}
select {font-family:Arial;}
hr {color:none; background:none; border-top:1px solid #BDC6CD; margin:10px 0;}
.clear {
	clear:both;
	display:block;
	font-size: 14px;
}

.table td { padding-right:10px; font-weight:bold;}
.table input[type="text"] { width:200px;}
* .table input {width: expression( this.type=="text" ? '200px' : 'inherit' );}
.table select { width:200px;}


h1 {color:#F60; font-size:18px; font-weight:normal; margin-top:0;}
h2 {color:#909; font-size:20px; font-weight:normal; margin-top:0;}
h3 {color:#000; font-size:16px; margin:0 0 7px 0;}

.price {font-weight:bold; color:#909;}
.success {color:#F60; font-size:30px; font-weight:bold; margin-top:0;}
.box {background:#EDEDED; padding:15px; font-size:13px;}
.box .price { font-size:13px;}

.header {padding-top:20px;}
.orangeline {background:#F2891E; height:6px;}
.purpleline {
	height:auto;
	color:#FFF;
	font-weight:bold;
	font-size:36px;
	text-align: center;
	background-color: #7A2A83;
	background-position: center;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	width: auto;
}
.content {
	margin:25px 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.maindiv {width:1003px; margin:0 auto; font-family:Arial; font-size:13px;}
.footer {background:#7A2A83; padding:10px 15px; }
.footer div {color:#FFF; font-size:12px;}
.footer div a {color:#FFF} .footer div a:hover {color:#FFF}
.maindiv .content table tr td font ul {
	font-size: 12px;
}
.maindiv .content table tr td .content strong {
	color: #F60;
}
.maindiv .content table tr td iframe {
	vertical-align: top;
}
.maindiv .content table tr td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
