/* BASIC STYLE ############################*/

h1,h2,h3,h4 {
	margin:0;
	padding:0;
	font-weight:normal;
}
body {
	padding: 0px;
	margin: 0px;
	background-image: url(img/back.gif);
	background-repeat: repeat;
}

.normal{
	color:#444444;
	font-size:12px;
	line-height: 140%;
	letter-spacing: 0.1em;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.large{
	color:#0000000;
	font-size:14px;
	line-height: 140%;
	letter-spacing: 0.1em;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.smallL{
	color:#444444;
	font-size:10px;
	line-height:140%;
	font-weight: normal;
	letter-spacing: 0em;
}

.normalL{
	color:#222222;
	font-size:12px;
	line-height:130%;
	text-align: left;
}

.largeL{
	color:#333333;
	font-size:14px;
	line-height:140%;
}

/* LINK COLOR */
a:link,a:visited,a:active,a:hover{
	color:#0033FF;
	text-decoration:underline;
}

