
body
{
        background: #fff;
        color: #000000;
        font-size: 0.8em;
        padding: 0px;
        text-align: left;

}

body.contentpane {
		width:auto;
		margin:10px;
		text-align: left;
}
img { border: 0 none; }
h3
{
        font-size:1.1em;
        font-weight:bold;
        margin:10px 0;
}

h4
{
        font-size:1em;
}
a:link,
a:visited
{
color:#6299C6
}

a:hover,
a:active,
a:focus
{

color:#416B8D;
}
ul
{
        list-style-position:outside;
        list-style-image: url(../images/ul/ul.jpg);
        padding:0 0 0 15px;
        margin:5px 0 5px 0px;
}
ul ul
{
        list-style-position:outside;
        list-style-image: url(../images/ul/ul_ul.jpg);
        padding:0 0 0 15px;
        margin:5px 0 5px 0px;
}
table.with_space td{
padding: 2px;
}
tr, td
{
	border:solid 1px #ddd
}
.alpha60 {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}