/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) repeat-x;
	font: normal 100% tahoma, sans-serif;
	color: #1F4B8B;
}

body a, body a:visited {
	font: bold 11px tahoma, sans-serif;
	color: #EB1B2A;
	text-decoration: none;
}

body a:hover {
	font: bold 11px tahoma, sans-serif;
	color: #EB1B2A;
	text-decoration: underline;
}

h1 {
	font: bold 130% arial, sans-serif;
	color: #1F4B8B;
	letter-spacing: 0px;
	line-height: 1.5 em;
	margin-bottom: 25px;
}

.content {
	font: normal 80% tahoma, sans-serif;
	color: #1F4B8B;
	letter-spacing: 1px;
	line-height: 1.5 em;
}

ul {
	list-style-image: url(../images/bullet.gif);
	list-style-type: circle
}

li {
	line-height: 1.5 em;
	padding-left: 0px;
	margin-left: 0px;
}

.bottomstrap {
	font: 70% tahoma, sans-serif;
	color: #EB1B2A;
	text-align: center;
}

.bottomstrap a, .bottomstrap a:visited {
	font: normal 100% tahoma, sans-serif;
	color: #EB1B2A;
	text-decoration: underline;
}

.bottomstrap a:hover{
	font: normal 100% tahoma, sans-serif;
	color: #EB1B2A;
	text-decoration: none;
}

.designedby {
	font: 60% tahoma, sans-serif;
	color: #666;
	text-align: left;
}

.designedby a, .designedby a:visited {
	font: normal 100% tahoma, sans-serif;
	color: #666;
	text-decoration: none;
}

.designedby a:hover{
	font: normal 100% tahoma, sans-serif;
	color: #666;
	text-decoration: none;
}

fieldset{
	border: 1px solid #6699cc;
	padding:10px;
	width:450px;
	}

legend{
	color: #fff;
	background-color:#0066CC;
	border: 1px solid #003;
	padding: 2px 6px;
	font-size:75%;
	font-weight:bold;
	}

label{
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size:75%;
	}
.inputbox{
	width:350px;
	}
.bttn{
	margin-left:4em;
	}