body {
	background : #253098 url('/images/layout/bg.jpg') repeat-x top center;
	margin-top : 50px;
}

body, td {
	font-family : tahoma, arial, helvetica, sans-serif;
	font-size : 8pt;
	line-height : 12pt;
}
/* Put this here to work around smooshed fonts with certain HTML combinations <H2> being one of them */
div.normal {
	line-height : normal;
}

#nav {
	list-style : none;
}

#nav a {
	display : block;
	padding-left : 20px;
	line-height : 30px;
	height : 30px;
	font-size : 12px;
	text-decoration : none;
	color : #454545;
	font-weight : bold;
}

a.wishlist:link {color : #CC121B; text-decoration: none}
a.wishlist:visited {color : #CC121B; text-decoration: none}
a.wishlist:hover {color : #CC121B; text-decoration: underline}

h1 {
	color : #CC121B;
	font-size : 13pt;
	margin : 0px;
	margin-bottom : 5px;
}

a {
	color : #333;
}

.blue {
	color : #418CC2;
}

.red {
	color : #CC121B;
}

.green {
	color : #6C9922;
}

.grey {
	color : #47494B;
}

#homeWishlist {
	color : #6C9922;
}

img {
	border : none;
}

.noLine {
	text-decoration : none;
}

.noLine:hover {
	text-decoration : underline;
}

.bold {
	font-weight : bold;
}

.padding {
	padding : 10px;
}
