body{
background: #FFFFFF url(images/img_bg.gif) top center repeat-x;
color: #000000;
margin: 0px;
}

/* Content cell */
td.content {
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
}

/* Default link for site */
a:link, a:visited {
	color:#333333;
	font-style: normal;
	font-weight: none;
	text-decoration : none;
}
a:hover {
	color: #999999;
	font-style: normal;
	font-weight: none;
	text-decoration : none;
}

/* Sub link for site */
a.sub:link, a.sub:visited {
	color:#999999;
	font-style: normal;
	font-weight: none;
	text-decoration : none;
}
a.sub:hover {
	color: #CCCCCC;
	font-style: normal;
	font-weight: none;
	text-decoration : none;
}

/* Alphabet link for site */
a.abc:link, a.abc:visited {
	color:#999999;
	background:#EFEFEF;
	padding:2.3px;
	font-style: normal;
	font-weight: none;
	text-decoration : none;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #CCCCCC;
}

a.abc:hover {
	color: #999999;
	background:#FFFFFF;
	font-style: normal;
	font-weight: none;
	text-decoration : none;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #CCCCCC;
}

/* Buttons for site */
a.button:link, a.button:visited {
	color:#999999;
	background:#EFEFEF;
	padding-left:4px;
	padding-right:4px;
	padding-top:3px;
	padding-bottom:3px;
	font-style: normal;
	font-weight: none;
	text-decoration : none;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #CCCCCC;
}

a.button:hover {
	color: #999999;
	background:#FFFFFF;
	font-style: normal;
	font-weight: none;
	text-decoration : none;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #CCCCCC;
}

/* Default font for site */
td, td.p {
	color: #666666;
	font-family: Verdana;
	font-size: 0.7em;
	line-height: 1.7em;
}

/* Small font for site */
.small {
	color: #666666;
	font-family: Verdana;
	font-size: 0.6em;
}

/* Footer font for site */
.footer {
	color: #666666;
	font-family: Verdana;
	font-size: 0.55em;
	padding-left: 15px;
}

/* Footer font for site */
td.crumbs, p.crumbs {
	color: #666666;
	font-family: Verdana;
	font-size: 0.80em;
	text-align: left;
}

/* Footer font for site */
td.abc2, p.abc2 {
	color: #666666;
	font-family: Verdana;
	font-size: 0.77em;
}

/* Main header tag */
td.h1, h1 {
	font-family: Verdana;
	font-size: 18px;
	color: #666666;
}

/* Sub Header Tag */
td.h2, h2 {
	font-family: Verdana;
	font-size: 14px;
	color: #333333;
}

/* Sub Sub Header Tag */
td.h3, h3 {
	font-family: Verdana;
	font-size: 12px;
	color: #999999;
}

.formsubmit {
	display: block;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #CCCCCC;
	background-image:  url("images/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	color: #666666;
}

/* commented mac backslash hiding hack \*/ 
.formsubmit {
	width: 100px;
}
/* end hack */ 

input, textarea {
	color : #666666;
	font: normal 9px Verdana;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #EFEFEF;
	background:  #FFFFFF;
	text-indent : 2px;
	textarea-indent : 2px;
}

td.borders {
	padding: 3px 3px 3px 3px;
	text-align: center;
}

input.noborder {
	border:none;
}

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

select, option {
	color : #666666;
	font: normal 9px Verdana;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #EFEFEF;
	background:  #FFFFFF;
	text-indent : 2px;
}
	
input:hover, input:focus, textarea:hover, textarea:focus {
		background: #EFEFEF;
	}
	
/* Horizontal Rule */
hr	{ height: 0px; border: solid #CCCCCC 0px; border-top-width: 1px;}