body  {background-color: #a8aeae;
	background-image: url("hero_bg.jpg");
	background-repeat: repeat-x;
	text-align: justify;
	cursor: default}

table {font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #1f222b;
	text-align: justify}

h1 {font-family: "Times New Roman", serif;
	font-size: 25px;
	font-style: italic;
	text-transform: lowercase;
	color: #616566;
	letter-spacing: 6px}

i {font-size: 12px;
	color: #1f222b;
	background: #c0c6c6}

u {font-size: 12px;
	color: #1f222b;
	background: #c0c6c6;
	text-decoration: none}

b {font-size: 12px;
	color: #4e5253}

a {color: #064e64;
	text-decoration:none;
	font-weight: bold;
	cursor: default}

a.side {color: #587273;
	text-decoration:none;
	font-weight: bold;
	cursor: default}

a:visited {color: #064e64;
	text-decoration:none;
	font-weight: bold;
	cursor: default}

a:visited.side {color: #587273;
	text-decoration:none; 
	font-weight: bold;
	cursor: default}

a:active {color: #064e64;
	text-decoration:none;
	cursor: default}

a:active.side {color: #587273;
	text-decoration:none;
	cursor: default}

a:hover {color: #397482;
	text-decoration: none;
	cursor: default}

a:hover.side {color: #ffffff;
	text-decoration: none;
	cursor: default}

.borderit img{
border: 2px solid #988e82;
}

.borderit:hover img{
border: 2px solid #a09b97;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}