/* styles for index/default pages */


/* elements */

body {
	background-color: transparent;
	font-family: arial, helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
td,div,p,li,h1,h2,h3 {	
	background-color: transparent;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
span {
	background-color: transparent;
	font-family: arial, helvetica, sans-serif;	
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
b,i {
	background-color: transparent;
	font-family: arial, helvetica, sans-serif;	
	font-size: 11px;
}
em {
	background-color: transparent;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
}

/*solid 1px border around each cell*/
table.border {
  border-top: none;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-left: none;
}
td.border, th.border {
  border-top: 1px solid black;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid black;
}

/*html form elements */

input, textarea, select, option {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #e0ffff;
	color: #000000;
	border: 1px solid #000000;
}
input.reset, input.button, input.submit {
	border: 1px solid #000000;
	background-color: #c4b49a;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
input.radio {
	border: 0px none;
	background-color: transparent;
}




/* link pseudo-classes */
a {
	background-color: transparent;
	color: #00a1b3;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}
a:link.blue {
	background-color: transparent;
	color: #00A1B3;
	text-decoration: none;
	font-weight: normal;
}
a:hover.blue {
	background-color: transparent;
	color: #33d4e6;
	text-decoration: underline;
}
a:visited.blue {
	background-color: transparent;
	color: #c4b49a;
	text-decoration: none;
}


a:link.permaBlue {
	background-color: transparent;
	color: #00A1B3;
	text-decoration: underline;
	font-weight: normal;
}
a:hover.permaBlue {
	background-color: transparent;
	color: #33d4e6;
	text-decoration: underline;
}


a:link.nav {
	color: #ffffff;
	background-color: transparent;
	font-family: tahoma,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:hover.nav {
	color: #ffffff;
	background-color: transparent;
	font-family: tahoma,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:visited.nav {
	color: #ffffff;
	background-color: transparent;
	font-family: tahoma,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


a:link.crumbs {
	color: #00A1B3;
	background-color: transparent;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
a:hover.crumbs {
	color: #33d4e6;
	background-color: transparent;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	
}
a:visited.crumbs {
	color: #c4b49a;
	background-color: transparent;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}


/* classes */

.construction {
        color: yellow;
        background-color: #cc3333;
        padding: 3px;
}
.pageTitle {
	background-color: transparent;
	font-size: 16px;
	font-weight: bold;
	color: #555555;
}
.logo {
	background-color: transparent;
	color: #00A1B3;
	font-weight: bold;
}
.logoLarge {
	background-color: transparent;
	font-size: 13px;
	font-weight: bold;
	color: #00A1B3;
}
.contact {
	background-color: transparent;
	font-size: 11px;
	padding-top: 5px;
}
.liTitle {
	background-color: transparent;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}
.liCaption {
	background-color: transparent;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
}
.crumbsHere {
	background-color: transparent;
	font-size: 13px;
	font-weight: bold;
	color: #555555;
}
.buffer {
	background-color: transparent;
	padding-left: 81px;
}
.required {
	font-size: 13px;
	background-color: transparent;
	color: #cc3333;
	font-weight: bold;
}
