body {
	background: #6997f5 url(images/bg.gif) 0 0 repeat-x;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#nav {
	background: #fff url(images/nav_bg.jpg) 0 0 repeat-y;
	color: #fff;
}

#navContent {
	width: 203px;
	margin: 2px 0 2px 5px;
	text-align: center;
}

#navContent a { color: #fff; }

#mainContent { padding: 4px; }

p { line-height: 1.5em; }

.red { color: #C00; }
.small { font-size: 1em; }
p .small { line-height: 1em; }
.highlight { background-color: #FF0; }
.strikethrough { text-decoration: line-through; }

.bordertop {
	background: #fff url(images/border_top.gif) 100% 0 repeat-x;
	height: 10px;
	font-size: .1em;
}
.borderbot {
	background: #fff url(images/border_bot.gif) 0 0 repeat-x;
	height: 10px;
	font-size: .1em;
}
.borderright {
	background: #fff url(images/border_right.gif) 0 0 repeat-y;
	width: 9px;
	font-size: .1em;
}
.borderleft {
	background: #fff url(images/border_left.gif) 0 100% repeat-y;
	width: 9px;
	font-size: .1em;
}

.dashedborder {
	border: 2px dashed #000;
	padding: 2px;
	width: 90%;
}