body {
    background: #FFFFFF;
    width: 756px;
    margin: 0 auto;
    margin-top: 10px;
    font-family : verdana,arial,helvetica,sans-serif;
    font-size: 11px;
}
.content {
    width: 756px;
}
h1 {
    font-size : 14px;
    color : #E1333A;
    font-weight: bold; 
}
h3 {
    font-size : 12px;
    color : #E1333A;
    font-weight: normal; 
}
a:link	
{ font-family : verdana,arial,helvetica,sans-serif; 
    font-size : 11px;
    color : #336699;
    font-weight: normal;
    text-decoration: underline; 
}
a:visited	
{ font-family : verdana,arial,helvetica,sans-serif; 
    font-size : 11px;
    color : #336699; 
    font-weight: normal;
    text-decoration: underline;
}
a:hover	
{ font-family : verdana,arial,helvetica,sans-serif; 
    font-size : 11px;
    color : #336699; 
    font-weight: normal;
    text-decoration: none;
}
.whitelink a	
{ font-family : verdana,arial,helvetica,sans-serif; 
    font-size : 11px;
    color : #FFFFFF;
    font-weight: normal;
    text-decoration: none; 
}
.whitelink a:visited	
{ font-family : verdana,arial,helvetica,sans-serif; 
    font-size : 11px;
    color : #FFFFFF; 
    font-weight: normal;
    text-decoration: none;
}
.whitelink a:hover	
{ font-family : verdana,arial,helvetica,sans-serif; 
    font-size : 11px;
    color : #FFFFFF; 
    font-weight: bold;
    text-decoration: none;
}
.red-bar {
    background-color: #DD2830;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 10px;
    text-align: center;
}
.main {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #DDD9D7;
    border-right: 1px solid #DDD9D7;
}
.flash {
    padding-top: 15px;
    padding-bottom: 15px;
    border-left: 1px solid #DDD9D7;
    border-right: 1px solid #DDD9D7;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    border-color: #DD2830;
}

.thumb {
	padding: 0 0 0 148px;
	position: relative;
}

	.thumb img {
		left: 0;
		position: absolute;
		top: 0;
	}

.flashcheck {
	padding: 0 0 0 148px;
	position: relative;
}

	.flashcheck object {
		left: 0;
		position: absolute;
		top: 0;
	}