* {
	margin: 0;
	padding: 0;
}

body, table {
	color: #1a364b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	word-spacing: 3px;
	letter-spacing: normal;
	line-height:1.4em;
	font-size: 11px;
}

h1 {
	color: #FFFFFF;
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: 74acd1;
	text-decoration: none;
}

a:hover {
	color: #1a364b;
	text-decoration: none;
}

ul a {
	color: #1a364b;
}

ul {
	margin: 0 0 10px 20px;
}
	
#indexContent span {
	color: #1a364b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	word-spacing: 3px;
	letter-spacing: normal;
	line-height: 1.6em;
}

#indexRightColumn a:active, #indexRightColumn a:focus, #NavColumn a:focus, #NavColumn a:focus {
	width: 0;
	height: 0;
	border: none;
	outline: none;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer {
	font-size: 9px;
	color: #999999;
	line-height: 2em;
	word-spacing: normal;
}

.inputtext {
		color: #333333;
		background-color: #FFFFFF;
		font-family:Verdana;
		font-size: 10px;
		border: #888888 1px solid;
		height: 17px;
}	

.inputtextrequired {
		color: #333333;
		background-color: #FDECE5;
		font-family:Verdana;
		font-size: 10px;
		border: #888888 1px solid;
		height: 17px;
}
	
.inputselect {
		color: #333333;
		background-color: #FFFFFF;
		font-family:Verdana;
		font-size: 10px;
		border: #888888 1px solid;
		height: 17px;
}	

.inputtextarea {
		color: #333333;
		background-color: #FFFFFF;
		font-family:Verdana;
		font-size: 10px;
		border: #888888 1px solid;
}	

.inputtextarearequired {
		color: #333333;
		background-color: #FDEEE9;
		font-family:Verdana;
		font-size: 10px;
		border: #888888 1px solid;
}	

.inputbutton {
		color: #333333;
		background-color: #EEEEEE;
		font-family:Verdana;
		font-size: 9px;
		cursor: pointer;
		border-bottom:  1px solid;
		border-left:  1px solid;
		border-right:  1px solid;
		border-top:  1px solid;
		height: 19px;
		font-weight : bold;
}

input#deliveryCheckBox {
	max-width: 50px;
}
