html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{
	font-family:"55 Helvetica Roman";
	font-size:12px;
	line-height:20px;
}

a{
	color:#000000;
	text-decoration:none;
}

a:visited{
	color:#000000;
	text-decoration:none;
}

a:hover{
	color:#FF0000;
	text-decoration:none;
}

a:active{
	color:#FF0000;
	text-decoration:none;
}

#innerleftcolumn a:active{
	color:#FF0000;
	text-decoration:none;
}



#wrapper{
	width:980px;
	margin:0px;
}

#leftcolumn{
	float:left;
	width:250px;
	overflow:hidden;
	display:inline;
}

#maincolumn{
	float:left;
	width:730px;
	overflow:hidden;
	display:inline;
}

#innerleftcolumn{
	padding:20px;
}

#innermaincolumn{
	padding:50px 20px 20px 20px;
}

.redtext{
	color:#FF0000;
}

#innerleftcolumn ul{
	list-style:none;
}

#lefttop{
	height:30px;
}

#break{
	height:10px;
}

#clear{
	clear:both;
}

/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;    
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px "Courier New", Courier, monospace; 
text-align: center; 
line-height: 22px; 
color: #000; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #fff; 
color: #ff0000; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 

.redtext a{
 color: #ff0000;
text-decoration:none;
}
.redtext a:hover{
 color: #ff0000;
text-decoration:underline;
}
.redtext a:active{
 color: #ff0000;
text-decoration:none;
}
.redtext a:visited{
 color: #ff0000;
text-decoration:none;
}