/* CSS Document */
body {
	background-color: #EEEEEE;		
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color:#003366;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
a:hover {
	font-style:normal;
	color:#CC3366;text-decoration:none;
}
a:visited {
	font-style:normal;
	color:#0066FF;text-decoration:none;
}
a:link {
	font-style:normal;
	color:#0066FF;text-decoration:none;
	}
a:active {
	font-style:normal;
	color: #0066FF;text-decoration:none;
	}

h1 {
	font-size:130%;
	font-weight:bold;
	color:#6699CC;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size:120%;
	color:#BD4263;
}
h3 {
	font-size: 110%;
	color:#000033;
}
h4 {
	font-size: 90%;
	color:#000033;
}
p {
	font-size:  90%;
}
tr {font-size: 100%;
}

td {font-size: 100%;
}
blockquote {
	color:#003366;
	list-style-image: url(/Portal/Img/gif/left.gif);
}
ul {
	color:#003366;
	/*list-style-image: url(/Portal/Img/gif/left.gif);*/
}
li {
	color:#003366;
	font-size:  90%;
}
ol {
	color:#003366;
	list-style:decimal;
}
.table {
	background-color:#DDDDDD;
}
