body {
	margin: 15px 0px 15px 0px ;
	font-family: arial, sans-serif ;
	font-size: 12px ;
	line-height: 18px ;
	background: url(images/png/page_stripes_fade.png) #CAD6E8 ;
	background-position: top ;
	background-repeat: repeat-x ;
	color: #000000 ;
}

p, li, div, td {
	line-height: 18px ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-size: 28px ;
	line-height: 30px ;
	font-weight: normal ;
	color: #3060A2 ;
	font-family: verdana ;
	margin-top: 0px ;
	letter-spacing: -2px ;
}

h2 {
	font-size: 22px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	line-height: 24px ;
}

h3 {
	font-size: 13px ; 
	font-weight: bold ;
}

.button, .button_up {
	padding: 6px 12px 6px 22px ;
	background-image: url(images/button_bg.gif) ;
	background-position: center ;
	border-bottom: 1px solid #751F17 ;
	font-size: 13px ;
	font-weight: bold ;
	font-family: verdana ;
	letter-spacing: -1px ;
}

.button_up {
	background-image: url(images/button_up.gif) ;
}

a.nav_link:link, a.nav_link:active, a.nav_link:visited {
	color: #ffffff ;
	text-decoration: none ;
}

a.nav_link:hover {
	color: #ffff00 ;
}

a:link {
	color: #3060A2 ;
	text-decoration: underline ;
}

a:active, a:visited {
	color: #999999 ;
	text-decoration: underline ;
}

a:hover {
	color: #407ED6 ;
	text-decoration: none ;
}

#content {
	padding: 15px ;
}

.required {
text-align:center;
color: #990000;
}

.foot {
	color: #666666 ; 
	font-size: 10px ;
	font-family: verdana ;
	text-align: center ;
	padding-top: 15px;
}

a.bot_link:link, a.bot_link:active, a.bot_link:visited {
	color: #666666 ;
	text-decoration: none ;
}

a.bot_link:hover {
	text-decoration: underline ;
}

/*

Faded table classes

'tFade_' Key:
	tl = Top Left
	tc = Top Center
	tr = Top Right
	cl = Center Left
	cc = Center Center
	cr = Center Right
	bl = Bottom Left
	bc = Bottom Center
	br = Bottom Right

*/

table {
	border-collapse: collapse ;
}

.tFade_tl {
	background: url(images/png/fade_corner.png) ;
	background-position: left top ;
	background-repeat: no-repeat ;
	height: 10px ;
	width: 10px ;
	font-size: 1px ;
	line-height: 1px ;
}

.tFade_tc {
	background: url(images/png/fade_h.png) ;
	background-position: top ;
	background-repeat: repeat-x ;
	height: 10px ;
	font-size: 1px ;
	line-height: 1px ;
}

.tFade_tr {
	background: url(images/png/fade_corner.png) ;
	background-position: right top ;
	background-repeat: no-repeat ;
	height: 10px ;
	width: 10px ;
	font-size: 1px ;
	line-height: 1px ;
}

.tFade_cl {
	background: url(images/png/fade_v.png) ;
	background-position: left ;
	background-repeat: repeat-y ;
	width: 10px ;
	font-size: 1px ;
	line-height: 1px ;
}

.tFade_cc {
	background: #ffffff ;
}
 
.tFade_cr {
	background: url(images/png/fade_v.png) ;
	background-position: right ;
	background-repeat: repeat-y ;
	width: 10px ;
	font-size: 1px ;
	line-height: 1px ;
}

.tFade_bl {
	 background: url(images/png/fade_corner.png) ;
	 background-position: left bottom ;
	 background-repeat: no-repeat ;
	 height: 10px ;
	 width: 10px ;
	 font-size: 1px ;
	 line-height: 1px ;
}

.tFade_bc {
	background: url(images/png/fade_h.png) ;
	background-position: bottom ;
	background-repeat: repeat-x ;
	height: 10px ;
	font-size: 1px ;
	line-height: 1px ;
}

.tFade_br {
	background: url(images/png/fade_corner.png) ;
	background-position: right bottom ;
	background-repeat: no-repeat ;
	height: 10px ;
	width: 10px ;
	font-size: 1px ;
	line-height: 1px ;
}