/* CSS Document */
body {
	background-color: #FFFF66;
	background-image: url(Images/OvalBackground.gif); 
	background-repeat: no-repeat;
	color: #333333;
	font-family: Helvetica, "Comic Sans MS", Arial, Helvetica, Geneva, sans-serif, Georgia, "Times New Roman", Times;
	font-size: 11px;
	line-height: 15px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}
p{
	
	text-align: justify;
}
ul{
	text-align: justify;
	list-style-image: url(Images/dot.jpg);
}
li{
	padding-bottom: 1px;
	padding-right: 0px;	
}

ol {
	list-style-image: url(Images/dot2.jpg);
}

td img {
	display: block;
}

td {
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
}

th {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	text-align: justify;
	}

h3{
	font-size: 15px;
	line-height: 4px;
	font-weight: normal;
	color: #6666FF;
	padding-top: 12px;
	padding-left: 5px;
}

a:link {
	color: #6666FF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FF7688; 
}

a:hover  {
	text-decoration: none;
	background-color: #FFFF99;
}
a:active {
	text-decoration: none;
	color: #CC66FF;
}

a.button:link {
	color: #FFFF66; 
}

a.button:active {
	color: #FFFF66; 
}

a.button:visited {
	color: #FFFF66; 
}

.style5 {font-size: 9px}
.style6 {
	color: #FFFFFF;
	font-style: italic;
}
.style7 {color: #7666FF}

.name {
	font-size: 36px;
	color: #6666FF;
	font-weight: normal;
	line-height: 40px;
}

table.min {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
