/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
	margin:0px;
	padding:0px;
	font-family:verdana,arial,helvetica,sans-serif;
	text-align:left;
	font-size:small;
}
/* clear */
.clear-all {
	clear:both;
	margin:0px;
	padding:0px;	
}
/* links */
a {
	color: #78258F;
	font-weight: bold;
}
a:hover {
text-decoration:underline
}
a.externallink {
	font-weight: normal;
	}	
/* headings */
h1, h2, h3, h4, h5, h6 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	font-style: normal;
}
h1 {
	margin-top: 20px;
	font-size: 100%;
	}
h2 {
	font-size: 100%;
	}
h3 {
	font-size: 100%;
	}
/* list bullets */
ul {
	list-style-type: disc;
	}
ul ul {
	list-style-type: square;
	}
ul ul ul {
	list-style-type: circle;
	}
/* random */	
label{
font-size:100%;
	}
form {
	padding: 0px;
	margin: 0px;
	}
img {
	border: 0px;
	}