/*
TAGS
*/

body {
	font-size: 10pt;
	text-decoration: none;
	color: #000000;
	font-family: verdana, trebuchet ms, arial, tahoma, times new roman, sans-serif;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

p {
	font-size: 10pt;
	text-decoration: none;
	color: #000000;
	font-family: verdana, trebuchet ms, arial, tahoma, times new roman, sans-serif;
	text-align:justify;
}

h1 {
	font-size: 16pt;
	text-decoration: none;
	font-weight:normal;
	color: #000000;
}
h2 {
	font-size: 12pt;
	text-decoration: none;
	font-weight:bold;
	color: #000000;
}
h3 {
	font-size: 10pt;
	text-decoration: none;
	font-weight:bold;
	color: #000000;
}

a:link
	{
	font-size: 10pt;
	color: #568525;
	font-family: verdana, trebuchet ms, arial, tahoma, times new roman, sans-serif;
	text-decoration: none;
}
a:visited
	{
	font-size: 10pt;
	color: #4D7020;
	font-family: verdana, trebuchet ms, arial, tahoma, times new roman, sans-serif;
	text-decoration: none;
}
a:hover
	{
	font-size: 10pt;
	color: #89C838;
	font-family: verdana, trebuchet ms, arial, tahoma, times new roman, sans-serif;
	text-decoration: underline;
}
a:active
	{
	font-size: 10pt;
	color: #9BCF51; /* Yellow Alt: F2C102 */
	font-family: verdana, trebuchet ms, arial, tahoma, times new roman, sans-serif;
	text-decoration: none;
}

a.fine:link { font-size: 8pt; }
a.fine:visited { font-size: 8pt; }
a.fine:hover { font-size: 8pt; }
a.fine:active { font-size: 8pt; }


/*
FREE CLASS
*/

.text {
	font-size: 10pt;
	text-decoration: none;
	color: #000000;
	font-family: verdana, trebuchet ms, arial, tahoma, times new roman, sans-serif;
}
.info {
	font-size: 10pt;
	text-decoration: none;
	color: #000000;
	font-family: verdana, trebuchet ms, arial, tahoma, times new roman, sans-serif;
	padding : 10px 10px 10px 10px;
}
.title {
	font-size: 11pt;
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	font-family: verdana, trebuchet ms, arial, tahoma, times new roman, sans-serif;
}
.subtitle {
	font-size: 10pt;
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	font-family: verdana, trebuchet ms, arial, tahoma, times new roman, sans-serif;
}
.fine {
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	font-family: verdana, trebuchet ms, arial, tahoma, times new roman, sans-serif;
}
.menu {
	font-size: 10pt;
	color: #F2C200;
	font-family: verdana, trebuchet ms, arial, tahoma, times new roman, sans-serif;
	text-decoration: none;
}
.menuhead {
	font-size: 10pt;
	color: #568525;
	font-family: verdana, trebuchet ms, arial, tahoma, times new roman, sans-serif;
	text-decoration: none;
}
.error {
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #990000;
	font-family: verdana, trebuchet ms, arial, tahoma, times new roman, sans-serif;
}
.formelement {
	border-width: 1px;
	border-style: groove;
	font-size: 8pt;
	background-color: #FFFFFF;
	border-color: #999999;
	font-family: verdana, trebuchet ms, arial, tahoma, times new roman, sans-serif;
	text-decoration: none;
}
.app {
	border-style:dashed;
	border-width:thin;
	border-color: #F2C200;
	padding: 5px;
}
.code {
	border-width: 1px;
	border-style: groove;
	font-size: 8pt;
	background-color: #FFFFFF;
	border-color: #999999;
	font-family: "Courier New", Courier, mono;
	text-decoration: none;
}
