body {
	background : #FFE000 url("images/bg-gradient.jpg") repeat-x scroll top left;
	font : small Verdana, "MS Sans Serif", Geneva, sans-serif;
	color : Black;
	vertical-align: top;
	text-align: left;
}
th {
	font-size: small;
}
.header {
	background : #FFFFDD url("images/dot.gif") repeat scroll top left;
	font : bold xx-large "Comic Sans MS", cursive, sans-serif;
	color : Black;
	text-align : left;
}
.header h1 {
	background : #FFFFDD url("images/dot.gif") repeat scroll top left;
	font : bold xx-large "Comic Sans MS", cursive, sans-serif;
	color : Black;
	text-align : left;
}
.box {
	background: #FFFFDD url("images/dot.gif") repeat scroll top left;
	border : 1px solid Black;
	vertical-align: top;
}
.content {
	font : small Verdana, "MS Sans Serif", Geneva, sans-serif;
	color : Black;
	vertical-align: top;
}
.content h1 {
	font : bold large Verdana, "MS Sans Serif", Geneva, sans-serif;
	color : Blue;
}
.content h2 {
	font : bold medium Verdana, "MS Sans Serif", Geneva, sans-serif;
	color : Black;
}
.nav {
	font : bold small Verdana, "MS Sans Serif", Geneva, sans-serif;
	color : #FFFFDD;
	border : 1px solid #FFFFDD;
	background : #9999FF;
	text-decoration : none;
	cursor : hand;
}
.nav a, .nav a:active, .nav a:link, .nav a:visited {
	color : #FFFFDD;
	text-decoration : none;
	cursor : hand;
}
.nav a:hover {
	background : #AA00AA;
	cursor : hand;
}

.current {
	font : bold small Verdana, "MS Sans Serif", Geneva, sans-serif;
	color : #FFFFDD;
	border : 1px solid #FFFFDD;
	background : #AA00AA;
	text-decoration : none;
	cursor : hand;
	vertical-align: top;
}
.current a, .current a:active, .current a:link, .current a:visited {
	color : #FFFFDD;
	background : #AA00AA;
	text-decoration : none;
	cursor : hand;
}
.current a:hover {
	color : #FFFFDD;
	background : #AA00AA;
	cursor : hand;
}


.cshadow {
	background : url("images/box-shadow.gif") repeat-x scroll top center;
}
.cshadowr {
	background : url("images/box-shadow.gif") repeat-y scroll top left;
}
.cshadowbr {
	background : url("images/box-shadow-br.gif") no-repeat scroll top left;
}


.shadow {
	background : url("images/shadow.gif") repeat-x scroll top center;
}
.shadowr {
	background : url("images/shadow-r.gif") repeat-y scroll top left;
}
.shadowbr {
	background : url("images/shadow-br.gif") no-repeat scroll top left;
}
.curve {
	background : url("images/curve.gif") repeat-x scroll;
}