/*
#F0B904 - zolty
#D10400 - czerwony
#F38000 - pomarańczowy
#7997BB - niebieski
#8FAC2C - zielony

linia

#cccccc - szary

czcionki:

#2466B0 - niebieski
#666666 - szary
*/

a:visited, a:link, .select01{ /* czerwony */
    color: #D10400;
    text-decoration: none;
}

.font01, .link01 a:visited, .link01 a:link{ /* biały */
    color: white;
    text-decoration: none;
	/*font-weight: bold;*/
}

.font02, .link02 a:visited, .link02 a:link{
    color: #2466B0;
    text-decoration: none;
	font-size: 9pt;
}

a:hover, .link01 a:hover, .link02 a:hover{
    text-decoration: underline;
}

.margin01{
	margin-bottom: 10px;
}

.point01{
	padding: 0px;
	margin: 0px 0px 0px 16px;
}

.thinmenuBody1, .thinmenuBody2, .thinmenuBody3{
	position: absolute; 
	white-space: nowrap;
	visibility: hidden; 
	background-color: white;
	margin-top: 2px;
	width: 258;
}

.thinmenuBody1{
	width: 258;
	background-color: #F38000;
}

.thinmenuBody2{
	width: 292;
	background-color: #7997BB;
}

.thinmenuBody3{
	width: 220;
	background-color: #D10400;
}

.border01{
	border-left: white 1px solid;
	border-right: white 1px solid;
}

.border02{
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}

.bg01{
	background-image: url(img/bg01.jpg);
	background-repeat: repeat-x;
}

.bg03{
	background-image: url(img/bg03.jpg);
}

.bgGray{
	background-color: #cccccc;
}