BODY {	
 font-family: Tahoma, Arial, Helvetica;
 font-size: 11px;
 font-weight: normal;
 color: Black;
 background-image : url(../pics/background.gif);
 background-repeat : repeat-x;
 background-color : #E2E2E2;
 margin : 15px 0px 15px 0px;
 padding: 0px 0px 0px 0px;
}

TD, TR {
 font-family: Tahoma, Arial, Helvetica;	
 font-size: 11px;
 font-weight: normal;
 color: Black;
}

FORM {
 margin : 0px 0px 0px 0px;
}

INPUT, SELECT, TEXTAREA {
 font-family: Tahoma, Arial, Helvetica;	font-size: 11px;
 font-weight: normal;
}

/* Formityylit */
.formSearchBox {	
 padding-left : 2px;
 background: #FFFFFF;
 color: Black;
 border : 1px solid #EE3338;
 width: 100px;
}

.formSeachButton {
 background: #FF5959;
 color: White;
 font-weight: bold;
 border : 1px solid #D64040;
 width: 45px;
 margin-left: 5px;
}

.formSelectField {
 background: #FFFFFF;
 color: Black;
 border : 1px solid #A4A4A4;
}

.formInputField {
 background: #FFFFFF;
 color: Black;
 border: 1px solid #A4A4A4;
 padding-left: 2px;
}

.formTextArea {	
 background: #FFFFFF;
 color: Black;
 border: 1px solid #A4A4A4;
 padding-left: 2px;
}

/* Yleiset tyylit teksteille */
.boldText {
 font-weight: bold;
}
.mainHeader {
 font-weight: bold;
 font-size: 18px;
}
/* Linkkityylit */
a:link {
 color: #EE3338;
 text-decoration: none;
}

a:active {
 color: #EE3338;
 text-decoration: underline;
}
a:visited {
 color: #EE3338;
 text-decoration: none;
}
a:hover {
 color: #EE3338;
 text-decoration: underline;
}
a.navi_highlight:link {
 color: #EE3338;
 text-decoration: none;
}
a.navi_highlight:active {
 color: #EE3338;
 text-decoration: none;
}
a.navi_highlight:visited {
 color: #EE3338;
 text-decoration: none;
}
a.navi_highlight:hover {
 color: #EE3338;
 text-decoration: none;
}
a.navi:link {
 color: #000000;
 text-decoration: none;
}
a.navi:active {	
 color: #EE3338;
 text-decoration: none;
}
a.navi:visited {
 color: #000000;
 text-decoration: none;
}
a.navi:hover {
 color: #EE3338;
 text-decoration: none;
}
/* Yritysrekisteri */
td.col1 {
    padding-top: 3px;
    padding-left: 16px;
    vertical-align: top;
    width: 120px;
}

td.col2 {
    width: 260px;
}

tr.row1 {
    background: #e6e6e6;
    font-family: tahoma;
    font-size: 11px;
}

tr.row2 {
    background: #f1f1f1;
    font-family: tahoma;
    font-size: 11px;
}

div.sideBox {
	border: 2px solid #EE3338; 
	width: 136px; 
	padding: 5px;
	margin: 5px 0 5px 0;
}

div.contentBox {
	position: relative;
	border: 2px solid #EE3338; 
	width: 145px; 
	padding: 5px;
	float: left;
	margin: 5px 10px 5px 0;
}

div.sideBox p, div.contentBox p {
	padding: 2px 0 2px 0;
	margin: 0;
}

div.sideBox h3, div.contentBox h3 {
	font-size: 13px;
	padding: 2px 0 3px 0;
	margin: 0;
}
