a:link            { color: #333333; font-weight: normal; text-decoration: underline; }
a:visited         { color: #333333; font-weight: normal; text-decoration: underline; }
a:hover           { color: #0066CC; font-weight: normal; text-decoration: underline; }

.index-copyright a:link    { color: #cccccc; font-weight: normal; text-decoration: none; }
.index-copyright a:visited { color: #cccccc; font-weight: normal; text-decoration: none; }
.index-copyright a:hover   { color: #cccccc; font-weight: normal; text-decoration: underline; }

body,html {
background-color: #ffffff;
padding: 0px;
margin: 0px;
height: 100%;
}

.container {
position: relative;
width: 950px;
margin: 0px auto;
min-height: 100%;
}
					
.flash {
position: absolute;
text-align: center;
top: 0px;
width: 950px;
height: 221px;
z-index: 2;
}

.index-copyright {
font-size: 10px;
color: #CCCCCC;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: bold;
font-variant: normal;
font-style: normal;
}

.alternative {
text-align: center;
top: 0px;
left: 0px;
width: 950px;
margin-top: 0px;
margin-bottom: 50px;
font-size: 11px;
color: #666666;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: normal;
font-variant: normal;
font-style: normal;
}

