body {
	background: url(images/png/page_stripes_bg.png) #4B597F ;
	background-repeat: repeat-x ;
	background-position: top ;
	color: #000000 ;
	font-family: arial, sans-serif ;
	margin: 10px ;
	font-size: 12px ;
}

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

h1 {
	margin-top: 0px ;
	font-size: 28px ;
	font-family: verdana ;
	font-weight: normal ;
	color: #2A3C64 ;
	letter-spacing: -1px ;
}

h2 {
	font-weight: bold ;
	font-size: 16px ;
}

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

#holder {
	margin: auto ;
	width: 771px ;
	background: url(images/mainBg.png) ;
	background-repeat: no-repeat ;
	background-position: center 400px ;
}

#content {
	padding: 15px ;
	border: 1px solid #A4AABF ;
	background: #ffffff ;
	font-size: 14px ;
}

#topinfo {
	text-align: center ;
	padding: 0px 0px 10px 0px ;
	font-size: 14px ;
	font-weight: bold ;
	color: #1B791D ;
}

a:link {
	color: #2A3C64 ;
}

a:active, a:visited {
	color: #666666 ;
}

a:hover {
	color: #3F5B96 ;
}

.button, .buttonup {
	border: 1px solid #A4AABF ;
	padding: 7px 10px 7px 0px ;
	text-align: right ;
	background-image: url(images/button_bg.gif) ;
	background-position: center ;
	margin-bottom: 5px ;
}

.buttonup {
	background-image: url(images/button_up.gif) ;
	border: 1px solid #2A3C64 ;
}

a.navlink:link, a.navlink:active, a.navlink:visited {
	color: #ffffff ;
	font-weight: bold ;
	text-decoration: none ;
	font-size: 13px ;
	font-family: lucida sans ;
	letter-spacing: -1px ;
}

a.navlink:hover {
	color: #2A3C64 ;
	text-decoration: underline ;
}

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

a.oc:hover {
	color: #ffffff ;
	text-decoration: underline ;
}

a.botlink:link, a.botlink:active, a.botlink:visited {
	color: #D2D9F3 ;
	text-decoration: none ;
	font-size: 13px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	font-family: lucida sans ;
}

a.botlink:hover {
	color: #ffffff ;
	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_rb.png) ;
	background-position: left top ;
	background-repeat: no-repeat ;
	height: 20px ;
	width: 20px ;
	font-size: 1px ;
	line-height: 1px ;
}

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

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

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

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

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

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

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