
a:link { text-decoration: none; color: #339933; }
a:visited { text-decoration: none; color: #339933; }
a:hover { text-decoration: underline; color: #339933; }
a:active { text-decoration: underline; color: #339933; }


body {
	background: url(isis.jpg) 0 0 fixed no-repeat;
	color: #fff;
	font-family: Verdana,Arial,Helvetica;	
	font-size:11px;
	margin: 2em 1%;
	padding:0;
}

div.table table {
	border: none;
}

div.table table td {
	border-style: dotted;
	border-color: #c0eeff;
}

h2.title {
	color: #124f7f;
	font-family: Georgia;
	font-size: medium;
	font-weight: 700;
}

div.section h1.title {
	color: #124f7f;
	background-color: transparent;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
}

div.article h1.title {
	color: #124f7f;
	background-color: transparent;
	font-size: xx-large;
	font-weight: 500;
	text-transform: uppercase;
}

div.section {
	color: #000;
	background-color: #fff;
	background-image: url(images/top.png);
	background-position: top right;
	background-repeat: no-repeat;
	border: 2px solid #000;
	line-height: 140%;
	margin: 0 1% 2em 1%;
	padding: 0 1% 3em 1%;
}

div.article {
	color: #666666;
	margin: 50 1% 2em 1%;	
	border: 1px solid rgb(0, 0, 0);
    padding: 2px 10px;
    background-color: rgba(255, 255, 255,0.85);
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    line-height: 145%;
}

div.article DIV P {
	line-height: 55%;
}

div.article DIV P I {
	line-height: 55%;
}

div.article DIV DIV P {
	line-height: 55%;
}

div.article TABLE TR {
	color: #666666;
	background-color: #fff;
	font-size: 9px;
}

img {
	border: 0;
}

P img {
	border: 2px solid #003300;
}

hr {
    height: 1px; width: 100%;
}

dt a {
    text-decoration: none;
    color: #369;
    padding-left:1em;
}

dt a:hover {
    background-color: #c0eeff;
    color: #036;
}

 
