HTML , BODY {
	height: auto;
}

BODY {
	background: #ffffff; url('/pixar2007/bg.gif') repeat-y center top;
	margin: 0px;
}

BODY , TD , TH {
	font-family: 'Century Gothic', Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
}

A:link , A:visited {
	color: #DA5094;
	text-decoration: none;
}

A:active , A:hover {
	color: #DA5094;
	text-decoration: underline;
}

B {
	font-weight: bold;
}

I {
	font-style: italic;
}

U {
	text-decoration: underline;
}

H1 {
	font-size: 20px;
	margin: 0px 0px 10px;
	padding: 0px 0px 1px;
	font-weight: normal;
	border-bottom: dotted 2px #DA5094;
}

H2 {
	font-size: 16px;
	margin: 10px 0px;
	padding: 0px 0px 1px;
	font-weight: normal;
	border-bottom: dotted 1px #DA5094;
}

H3 , H4 , H5 , H6 {
	font-size: 13px;
	margin: 10px 0px;
	padding: 0px 0px 1px;
	font-weight: normal;
	border-bottom: dotted 1px #DA5094;
}

LI {
	margin: 5px;
}

FORM {
	margin: 0px;
	padding: 0px;
}

/* ID */

#main {
	/*background: #ffffff url('/pixar2007/reuna.gif') repeat-y left top;*/
}

#tbl_top , #tbl_mid , #tbl_btm , #tbl_menubg {
	background-image: url('/pixar2007/bg.gif');
	background-repeat: repeat-y;
	background-position: center top;
}

#tbl_btm {
	padding: 10px 0px 0px;
}

#tbl_menuholder {
	background-image: url('/pixar2007/bg_menu.gif');
	background-repeat: no-repeat;
	background-position: center;
}

#tbl_menu {
	/*background: #ffffff;*/
}

#tbl_menu > DIV {
	padding: 2px;
	font-size: 14px;
	line-height: 20px;
}

#tbl_menu DIV DIV {
	display: inline;
}

#tbl_menu A:link , #tbl_menu A:visited {
	color: #DA5094;
	text-decoration: none;
	background: #ffffff;
	font-weight: bold;
	padding: 2px 10px 2px;
	letter-spacing: 2px;
}

#tbl_menu A:active , #tbl_menu A:hover {
	color: #ffffff;
	text-decoration: none;
	background: #000000;
	font-weight: bold;
	padding: 2px 10px 2px;
	letter-spacing: 2px;
}

#td_logo {
	background-image: url('/pixar2007/bg_top.gif');
	background-repeat: no-repeat;
	background-position: center top;
}

#td_sisalto {
	padding: 20px 0px;
	text-align: justify;
}

#td_yhteistyo {
	padding: 20px 20px 20px 0px;
}

#td_yhteistyo_main {
	padding: 20px 0px 20px;
	border-bottom: dotted 1px #DA5094; 
	border-top: dotted 1px #DA5094; 
}

#td_info {
	background-image: url('/pixar2007/bg_btm.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #000000;
}

/* CLASS */

.form {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #DA508F;
	border: 1px solid #000000;
	width: 350px;
}

.submit {
	color: #ffffff;
	background: #DA508F;
	font-weight: bold;
}

.iso {
	font-size: 14px;
}

.isompi {
	font-size: 18px;
}

.pink {
	color: #DA508F;
}

.pinkbg {
	background: #DA5094;
	color: #ffffff;
}

.huomio {
	background: #ffe0e0;
	color: #000000;
	border-style: dotted;
	border-color: #DA5094;
	margin: 0px 0px 5px 10px;
	padding: 8px;
}

.huomio TD {
	color: #000000;
}