/* yleiset luokat */
body { background-image: url(../images/bg_grad.jpg); background-repeat: repeat-x; background-color: #0060a0; font-family: Tahoma, Arial; font-size: 11px; font-weight: normal; color: #000; line-height: 14px; margin: 0px 0px 20px 0px; text-align: left; }
td { text-align: left; }
.clear { clear: both; }
.left { float: left; }
.block { display: block; }

/* linkkistylet */
a:link	{ font-weight: normal; color: #0060a1; text-decoration: none; }
a:active { font-weight: normal; color: #0060a1; text-decoration: none; }
a:visited { font-weight: normal; color: #0060a1; text-decoration: none; }
a:hover	{ font-weight: normal; color: #0060a1; text-decoration: none; }

a.paanavi:link	{ font-weight: bold; color: #FFF; text-decoration: none; }
a.paanavi:active { font-weight: bold; color: #FFF; text-decoration: none; }
a.paanavi:visited { font-weight: bold; color: #FFF; text-decoration: none; }
a.paanavi:hover	{ font-weight: bold; color: #FFF; text-decoration: none; }

a.subnavi:link	{ font-weight: normal; color: #0060a1; text-decoration: none; }
a.subnavi:active { font-weight: normal; color: #0060a1; text-decoration: none; }
a.subnavi:visited { font-weight: normal; color: #0060a1; text-decoration: none; }
a.subnavi:hover	{ font-weight: normal; color: #0060a1; text-decoration: none; }

h1 { font-size: 18px; font-weight: bold; color: #0060a1; margin: 0px; padding: 0px; }
h2 { font-size: 14px; font-weight: bold; color: #0060a1; margin: 0px; padding: 0px; }
h3 { font-size: 11px; font-weight: bold; color: #000; margin: 0px; padding: 0px; }
h4 { font-size: 11px; font-weight: bold; color: #000; margin: 0px; padding: 0px; }

.naviBut {
	background: url(../images/bg_mainbut_plus.gif) no-repeat; 
	padding: 3px 0px 6px 26px;
}

.naviButSel {
	background: url(../images/bg_mainbut_minus.gif) no-repeat; 
	padding: 3px 0px 6px 26px;
}

.subnaviBut {
	padding: 3px 0px 4px 26px;
}

.subnaviBut2 {
	padding: 3px 0px 4px 46px;
}

.subnaviEnd {
	padding-bottom: 6px;
}


/* framet */
#mainFrame { width: 823px; }

ul { margin: 0px; padding: 0px; }
li { 
	background: transparent url(../images/bullet.gif) 0 6px no-repeat;
	padding-left: 10px;
	list-style: none;
	margin-left: 7px; 
	line-height: 1.5; 
	color: #000;
}
