body {
	margin: 10px;;
	padding: 0;
	background: #CDCDCD;
}

td {
	font: 11px  Arial, Helvetica, sans-serif;
	color: #333;
}

p {
	font: 11px  Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 16px;
	margin: 0;
	display:inline;
}

h2 {
	font: 12px  Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	margin: 0;
}

#container {
	width: 165px;
	margin: 5px 0 0 145px;
}

.nav {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	background: transparent url(../images/arrow.gif) no-repeat top left;
}

.nav a {
	display: block;
	padding-left: 35px;
	line-height: 22px;
	height: 22px;
	color: #fff;
	text-decoration: none;
	background: #2C81E1 url(../images/arrow.gif) no-repeat top left;
	border-bottom: 1px solid #fff;
}	

.nav a:hover {
	background: #366EAD url(../images/arrow.gif) no-repeat top left;	
	text-decoration: none;
	color: #FFF;
}

#top_right a {
	text-decoration: none;
}

a {
	text-decoration:underline;
	color:#333;
}

a:hover {
	text-decoration: underline;
	color: #1959A3;
}

#header {
	background: url(../images/header.jpg) no-repeat;
}

#top {
	background: url(../images/top_nav.jpg) no-repeat;
}

.page_bg {
	background:url(../images/page_repeat.gif) repeat-y;
}

#box_left {
	background:url(../images/box_left_bg.gif) no-repeat;
}

#main_top {
	background:url(../images/main_top.gif) no-repeat;
}

#main_repeat {
	background:url(../images/main_repeat.gif) repeat-y;
}

#main_bottom {
	background:url(../images/main_bottom.gif) no-repeat;
}

#footer {
	background: url(../images/footer.gif) no-repeat;
}

.textbox {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	width: 160px;
	height: 19px;
	border: none;
	padding: 0 3px;
	background: transparent url(../images/textbox.gif) no-repeat;
}

.textbox2 {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	width: 160px;
	height: 135px;
	border: none;
	padding: 0 3px;
	background: transparent url(../images/textboxbig.gif) no-repeat;
}



