body, table, td, a {
    font-family: 'Raleway', sans-serif;
}
body {
   background-color: transparent;
   color: #dddddd; 
   text-align: center;
}
a:link, a:visited {color: #FFD974; font-weight: bold; font-size: 15px; text-decoration: none;}
a:active, a:hover {color: #1D8BEE; font-weight: bold; font-size: 15px; text-decoration: underline;}

img {
	border-style: solid;
	border-width: 2px;
	border-color: white;
}
table {
   background-color: transparent;
   border: none;
   border-collapse: collapse;
   margin-left: auto;
   margin-right: auto;
}
td {   
   text-align: center;
}
table.container {
   background: transparent;
}
table.outertable {
   border: 0px solid #dedede;
}
td.secheader {
   background-color: transparent;
   border-bottom: 1px solid #1D8BEE;
   color: ffffff;
   font-size: 16px;
   font-weight: bold;
   padding: 5px 5px 5px 5px;
   text-align: center;
}
td.content {
   padding: 4px;
   vertical-align: middle;
   align: center;
   height: 650px;
	width: 1210px;

}
td.thumbs {
   color: #dedede; 
   font-size: 14px;
   width: 10em;
   vertical-align: baseline;
   padding: 5px 5px 5px 5px;
}
td.navi {
   background-color: transparent;
   border-bottom: 1px solid #1D8BEE;
   color: #1D8BEE; 
   font-size: 14px;
   padding: 5px;
   text-align: left;
}
td.desc {
   background-color: transparent;
   border-top: 1px solid #1D8BEE;
   color: #dedede; 
   font-size: 14px;
   padding: 5px;
   text-align: center;
}
hr { height:1px; border:none; color:#1D8BEE; background-color:#1D8BEE;}