body, html{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #000;
	text-align: center;
	margin: 0;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
.normal{
	font-size: 12px;
}
a:link{
	color: #325C89;
	text-decoration: none;
}
a:visited {
	color: #325C89;
	text-decoration: none;
}
a:hover {
	color: #695A4E;
	text-decoration: none;
}
#change-bg:hover{
	background-color: #A7C0DE;
}
h1{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
}
h2{
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: bold;
}
h3{
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: bold;
}
h4{
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 8px;
}
input.submit_2 {
                color: #fff;
                border: 1px solid #325C89;
                margin-top: 0px;
				background: #325C89;
				width: 80px;
				padding: 3px 5px;

                /*** Adding CSS3 Gradients ***/
                background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#325C89), to(#0099FF));
                background:  -moz-linear-gradient(19% 75% 90deg,#0099FF, #325C89);
            }
.qty-field{
	width: 20px;
}
.bold{
	font-weight: bold;
}
table{
	border: 0;
}
td{
	border: 0;

}
hr{
    height: 1px;
    background: #231F20;
    color: #231F20;
}
.header {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
#error{
	font-weight: bold;
	color: #C84215;
}
.error{
	font-weight: bold;
	color: #C84215;
}
.orange{
	color: #F36F20;
}
.bluetext{
	color: #0071BC;
}
ul.bullet li{
	list-style-type: none;
	background: url(../images/bullet.png) no-repeat top left;
	padding-left: 35px;
	padding-top: 5px;
	margin-bottom: 5px;
	height: 23px;
	margin-left: 0;
}
ul.bullet{
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
ul{
	margin: 0;
	margin-left: 15px;
	padding: 0;
}
li{
	margin: 0;
	padding: 0;
}

#msndiv ul{
	list-style-type: none;
	margin-left: 0;
}
#msndiv ul li{
	list-style-type: none;
	margin-left: 0;
	margin-top: 10px;
	border-top: 1px solid #A7C0DE;
	padding-top: 5px;
}
.button{
	color: #FFF;
	background-color: #333;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	border: 1px solid #000;
	padding: 5px;
	text-align: center;
	cursor: pointer;
}
.button:hover{
	color: #FFF;
	background-color: #AAA;
}
input[type=text]{
	width: 300px;
	padding: 5px;
	margin-bottom: 5px;
}
td{
	padding: 5px;
	border-bottom: 1px solid #000;
}
td .border-right{
	border-right: 1px solid #000;
}
th{
	padding: 5px;
	border-bottom: 1px solid #000;
	width: 100px;
}