div {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #555; 
	font-style: normal; 
	font-weight: normal;
}
div.home {
	text-align:center;
}

p {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666; font-style: normal; font-weight: normal}

a.blurred:link {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #eeeeee; text-decoration: none; border: 1px solid #000;}
a.blurred:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #ffffff; text-decoration: none; border: 1px solid #f00;}
a.blurred:active {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #eeeeee; text-decoration: none; border: 1px solid #000;}
a.blurred:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #aaaaaa; text-decoration: none; border: 1px solid #C88181;}
a.blurred:visited:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #ffffff; text-decoration: none; border: 1px solid #f00;}

a.focused:link {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #eeeeee; text-decoration: none; border: 1px solid #000; background-color:#D6D6D6;}
a.focused:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #ffffff; text-decoration: none; border: 1px solid #f00; background-color:#D6D6D6;}
a.focused:active {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #eeeeee; text-decoration: none; border: 1px solid #000; background-color:#D6D6D6;}
a.focused:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #aaaaaa; text-decoration: none; border: 1px solid #C88181; background-color:#D6D6D6;}
a.focused:visited:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #ffffff; text-decoration: none; border: 1px solid #f00; background-color:#D6D6D6;}

a:link {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #555; text-decoration: none;}
a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #f00; text-decoration: none;}
a:active {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #555; text-decoration: none;}
a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #555; text-decoration: none;}
a:visited:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #f00; text-decoration: none;}


/*Table stuff*/
table {
	border: 0px solid #aaa;
	border-spacing: 0px;
	padding: 3px;
	/*background-color:#f00;*/
}
table.table_main {
	border: 0px solid #aaa;
	border-spacing: 0px;
	width: 100%;
	padding: 3px;
	height: 530px;
}
table.table_home {
	border: 0px solid #aaa;
	border-spacing: 0px;
	width: 100%;
	padding: 3px;
	height: 100%;
}
table.nav {
	border: 0px solid #f00;
	margin: auto;
	padding: 0px;
	height: 30px;
}
table.img {
	border: 0px solid #f00;
	margin: auto;
	padding: 0px;
	height: 430px;
	width: 100%;
}

td {
	border: 0px solid #f00;
	border-spacing: 0px;
	padding: 0px;
}
td.logo {
	height: 20px;
	background-color:#222;
}
td.nav {
	border: 0px solid #f00;
	padding: 2px;
	height: 0px;
}

td.img {	
	padding: 3px;
	height: 0px;
	width: 100%;
}
td.thmb {	
	padding: 1px;
}
td.imgText {
	padding: 3px;
}
/*END Table Stuff*/

p.nav {
	
}


img {
	border: 0px solid #eee;
	margin-right: auto;
}
img.thmb {
	border: 0px solid #eee;
	margin-right: auto;
}
img.main {
	border: 1px solid #aaa;
}

body {
	background-color: white;
	margin: 0px;
}


div.desc {
	text-align: center;

}