/* styles for index/default pages */


/* elements */

body {
	background-color: transparent;
	font-family: arial, helvetica, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

//block elements
td,div,p,li,h1,h2,h3 {
	background-color: transparent;
	font-family: arial, helvetica, sans-serif;
}

//inline elements
a,span,b,i {
	background-color: transparent;
	font-family: arial, helvetica, sans-serif;
}

/* link pseudo-classes */

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.nav {
	background-color: transparent;
	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;
}


/* classes */

.homePage {
	background-color: transparent;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	padding: 10px;
}
.pageTitle {
	background-color: transparent;
	font-size: 16px;
	font-weight: bold;
	color: #555555;
}
.logo {
	background-color: transparent;
	color: #00A1B3;
	font-weight: bold;
}


/* idref classes */

#bringIt {
	background-color: transparent;
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	line-height: 30px;
	padding-left: 475px;
}