body {margin-top:7px; margin-left:10px}

* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

strong {
	color: #B33436;
}

a {
	color: green;
	text-decoration: none;
}

p {
	text-align: justify;
}

ul {
	margin-left: 25px;
	padding-left: 10px;
	list-style-position: outside;
	list-style-image: url(../images/box.gif);
}

h2 {
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 16px;
}

li {
	margin: 0px;
	padding-left: 5px;
	margin-bottom: 5px;
}

hr {
	border: none;
	border-top: 1px solid black;
	margin-bottom: 15px;
	height: 1px;
}

th {
	text-align: left;
}

li a {
	font-weight: bold;
	text-transform: uppercase;
}

.important {
	color: red;
}

.error{
	color: #ff0000;
	font-weight: bold;
	line-height: 11px;
	text-decoration: none;
}

.vpad {
	padding: 10px 0px;
}

a:hover {
	text-decoration: underline;
}

table.checkout {
	background-color: #ccff99;
}
