/* CSS Document */
/* General group style sets */
h1,h2,h3,Body,textarea { 
	font-family: Tahoma;
}

/* General scaling */
td,tr,p,textarea {
	font-size:110%;
}

ul li {
	font-size:100%;
}

/* Default body style */
body { 
	/*background-image:url(images/login_background.png);*/
	background-color: #ffffff;
	font-size: 100%;
}

/* Paragraph Style */
p,ul,li { 
	color:#0066CC;
}

.bodytext {
	color:#226633;
	font-family: Tahoma;
	font-size:95%;
}

.bodytext_heading {
	color:#226633;
	font-family: Tahoma;
	font-size:110%;
}

.bodytext_small {
	color:#226633;
	font-family: Tahoma;
	font-size:80%;
}
