<!--
dc.css is a CSS for DCAds
-->

BODY  {
	font-family : Verdana;
	font-size : 10pt;
	color : #000099;
}

<!-- Link attributes -->
A:Visited  {
	color : #0000AA;
}
A:Active  {
	color : #0000AA;
}
A:Hover  {
	color : #FF0000;
}

<!-- paragraph attributes -->
P  {
	font-family : Verdana,sans-serif;
	font-size : 10pt;
	color : #000099;
}

BIG {
     font-size : 12pt;
}

SMALL {
     font-size : 8pt;
}

P.header {
	font-family : Verdana,sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #000099;
	text-align: center;
}

P.subheader  {
	font-family : Verdana,sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #000099;
	text-align: center;
}

P.title  {
	font-family : Verdana,sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #000099;
}

P.footer  {
	font-family : Verdana,sans-serif;
	font-size : 8pt;
	color : #000099;
	text-align: right;
}

P.menu  {
	font-family : Verdana,sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #000099;
	text-align: center;
}

<!-- Table heading attributes -->
tr.heading {
	background-color: #CCCCCC;
}

td.heading {
	font-family : Verdana,sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #000000;
}

<!-- Menu attribute -->
tr.menu {
}

td.menu {
	font-family : Verdana,sans-serif;
	font-size : 8pt;
	color : #000099;
	width : 100%;
}

<!-- Navigation menu attributes -->
tr.navmenu {
}

td.navmenu {
	font-family : Verdana,sans-serif;
	font-size : 8pt;
	color : #CCCCCC;
	text-align : left;
	width : 100%;
}


<!-- List Lite attributes -->
tr.list {
	background-color: #FFFFFF
}

tr.listdark {
	background-color: #EEEEEE
}

th.list {
	font-family : Verdana,sans-serif;
	font-size : 10pt;
	color : #000099;
	vertical-align : top;
}

th.listright {
	font-family : Verdana,sans-serif;
	font-size : 10pt;
	color : #000099;
	vertical-align : top;
	text-align : right;   
}

td.list {
	font-family : Verdana,sans-serif;
	font-size : 10pt;
	color : #000099;
	vertical-align : top;
}

td.listright {
	font-family : Verdana,sans-serif;
	font-size : 10pt;
	color : #000099;
	vertical-align : top;
	text-align : right;   
}

td.listbottom {
	font-family : Verdana,sans-serif;
	font-size : 10pt;
	color : #000099;
	text-align : center;
	vertical-align : bottom;
}

td.listdark {
	font-family : Verdana,sans-serif;
	font-size : 10pt;
	color : #000099;
	vertical-align : top;
}

th.listdark {
	font-family : Verdana,sans-serif;
	font-size : 10pt;
	color : #000099;
	vertical-align : top;
	text-align : left;
}

td.listdarkright {
	font-family : Verdana,sans-serif;
	font-size : 10pt;
	color : #000099;
	vertical-align : top;
	text-align : right;
}

th.listdarkright {
	font-family : Verdana,sans-serif;
	font-size : 10pt;
	color : #000099;
	vertical-align : top;
	text-align : right;
}

<!-- Other table attributes -->
td.small {
	font-family : Verdana,sans-serif;
	font-size : 8pt;
	color : #000099;
	vertical-align : top;
}

td.footer {
	font-family : Verdana,sans-serif;
	font-size : 8pt;
	color : #000099;
	vertical-align : bottom;
   text-align : right;
}

ul {
	font-family : Verdana,sans-serif;
	font-size : 10pt;
	color : #000099;
}

li {
	font-family : Verdana,sans-serif;
	font-size : 10pt;
	color : #000099;
}

ul.my {
	font-family : Verdana,sans-serif;
	font-size : 10pt;
	color : #000099;
}

li.my {
	font-family : Verdana,sans-serif;
	font-size : 10pt;
	color : #000099;
}
