/* Gthumb "Classic" style, v. 2005-02-25 */
/* Predrag edits March 9 2006 */

body,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    background-color : #c6c9b7;
    color : #2a293f;
	padding: 0;
	margin: 0;
}


/* Title, header, footer */

table {
	border-collapse: collapse;
	border-width: 0;
}

table.full_size {
	width: 100%;
}

table.row {
	width: 100%;
}

table.title {
	height: 4em;
	width: 100%;
}

tr.title {
    font-weight: bold;
    font-size: 150%;
  }

td {
	border-width: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

td.title {
	height: 4em;
	vertical-align: middle; 
}

td.nav_bar {
	height: 30px;
}


div.activities {
	margin-left: 10%;
	text-align: left;
    width: 80%;
}

div.activities table td {
	text-align: left;
	padding: 0.2em 1em 0.0em 0em;
}


span.title {
    font-weight: bold;
    font-size: 150%;
  }

span.activity {
	color: #969696;
	font: arial;
  }

span.item {
	font: arial;
    font-size: small;
    color: #969696;
  }

/* links */

a	{
	text-decoration: none;
	}
a:link	{
	color:	#00254c;
	background-color: transparent;
	}
a:visited	{
	color:	#960;
	background-color: transparent;
	}
a:active	{
	color:	#014c2d;
	background-color: transparent;
	}
a:hover	{
        color: #FFD700;
        background-color: #ccc;
	text-decoration: none;
	}

.homesectionhead {
	font-size: 150%;
	margin-top: 1em;
	padding: 0.25em;
	font: arial;
  }

.homefooter {
    font: 10px/1.5em geneva, verdana, helvetica, sans-serif;
    text-align: center;
    margin-top: 10px;
    color: #ccc;
  }


.homefooter a {
    text-decoration: none;
    font-weight: normal;
  }


.homefooter a:link {
    color: #00254c;
    font-weight: bold;
  }

.homefooter a:visited {
    color: #960;
    font-weight: bold;
  }

.homefooter a:active {
    color: #014c2d;
    font-weight: bold;
  }

.homefooter a:hover {
    color: #000;
    font-weight: bold;
    background-color: #ccc;
    text-decoration: underline;
  }
