/* CSS Document */
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/* v1.0 | 20080212 */

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;
}
/*redefined*/
body{
	padding:0px;
	margin:0px;
	font-size:12px;
	color:#8a8a8a;
}

ul,li,p,h1,h2,span{
	padding:0px;
	margin:0px;
}
li{
	list-style-type:none;
}

a{
	text-decoration:none;
	color:#656f89;
}
img{
	border:0;
}

/*public classes*/
.op90 {
 filter:alpha(opacity=90);
 -moz-opacity:0.9;
 -khtml-opacity: 0.9;
 opacity: 0.9;
}
.op80 {
 filter:alpha(opacity=80);
 -moz-opacity:0.8;
 -khtml-opacity: 0.8;
 opacity: 0.8;
}
.op55 {
 filter:alpha(opacity=55);
 -moz-opacity:0.55;
 -khtml-opacity: 0.55;
 opacity: 0.55;
}
.op20 {
 filter:alpha(opacity=20);
 -moz-opacity:0.2;
 -khtml-opacity: 0.2;
 opacity: 0.2;
}

.fl{
	display:block;
	float:left;
}
.fr{
	display:block;
	float:right;
}

/*ie6*/
.ie6png{
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/_blank.gif'); /* IE6 */
	_ background-image: none; /* IE6 */
}

