/* Content Styles */
body, p, li, .perusteksti, code {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}

p, li {
	text-align: left;
	line-height: 15px;
}

ul {
	margin-top: 0;
	margin-bottom: 20px;
}
ol {
	margin-top: 0;
	margin-bottom: 20px;
}
ul li {
	list-style-type: square;
	margin-bottom: 3px;
}
ol li {
	list-style-type: decimal;
	margin-bottom: 3px;
}

table {
	margin: 0;
}

td {
	vertical-align: top;
	padding: 0;
}

p {
	margin-top: 0;
	margin-bottom: 15px;
}
form {
	margin: 0;
	padding: 0;
}

/* Kuville ei kehystä */
img {
	border : 0px;
}

img.left {
	float : left;
	padding-right : 1em;
}

img.right {
	float : right;
	padding-left : 1em;
}


a {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
a:link, a:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
a:hover, a:active {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Tahoma, Geneva, Helvetica, sans-serif;
	color: #f90306;
	text-align: left;
}

h1 {
	font-size : 18px;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: bold;
}

h2 {
	font-size : 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	color: #f90306;
}

h3 {
	font-size : 12px;
	font-style: italic;
}

h4 {
	font-size: 10px;
	color: Black;
}

fieldset {
	border: solid 1px #000;
	padding: 8px;

    
}

legend {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size : 12px;
	font-weight: bold;
}

.offline {
	color: #fc603f;
	font-size: 11px;
	font-weight: bold;
}

input, textarea, formfield, select {
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333; 
	font-weight: normal;
	border: solid 1px #000000;
	letter-spacing: normal;
}