

/* navi */
.navi	{
	color :#333333;
	text-decoration: none;
	font-family: verdana, arial;
	font-weight: normal;
	font-size: 9px;
    line-height: 15px;	
	letter-spacing: 1px;
}

/* navi link */
a.navi:active	{ color: #333333; }
a.navi:link	{ color: #333333; }
a.navi:visited { color: #333333; }
a.navi:hover 	{ color: #BA123D; }


/* navi active */
.naviact	{
	color :#333333;
	text-decoration: underline;
	font-family: verdana, arial;
	font-weight: normal;
	font-size: 9px;
    line-height: 15px;	
	letter-spacing: 1px;
}

/* navi active link */
a.naviact:active	{ color: #BA123D; }
a.naviact:link	{ color: #BA123D; }
a.naviact:visited { color: #BA123D; }
a.naviact:hover 	{ color: #BA123D; }


/* text */	
.text    {
	color: #717100;
	text-decoration: none;	
	font-family: verdana, arial;
	font-weight: normal;	
	font-size: 11px;
    line-height: 13px;	
	
}

/* text link */
a.text:active	{ color: #333333; text-decoration: underline;	 }
a.text:link	{ color: #333333; text-decoration: underline; }
a.text:visited { color: #333333; text-decoration: underline; }
a.text:hover 	{ color: #333333; }



/* bold */	
.bold    {
	color: #717100;
	text-decoration: none;	
	font-family: verdana, arial;
	font-weight: bold;	
	font-size: 11px;
    line-height: 13px;	
}

/* bold link */
a.bold:active	{ color: #333333; }
a.bold:link	{ color: #333333; }
a.bold:visited { color: #333333; }
a.bold:hover 	{ color: #333333; }

/* head */	
.head    {
	color: #BA123D;
	text-decoration: none;	
	font-family: verdana, arial;
	font-weight: normal;	
	font-size: 13px;
    line-height: 16px;	
}


/* small text */	
.smalltext    {
	color: #717100;
	text-decoration: none;	
	font-family: verdana, arial;
	font-weight: normal;	
	font-size: 10px;
    line-height: 12px;	
}

/* smalltext link */
a.smalltext:active	{ color: #333333; }
a.smalltext:link	{ color: #333333; }
a.smalltext:visited { color: #333333; }
a.smalltext:hover 	{ color: #333333; }


/* small bold */	
.smallbold    {
	color: #717100;
	text-decoration: none;	
	font-family: verdana, arial;
	font-weight: bold;	
	font-size: 10px;
    line-height: 13px;	
}



select { 
	color: #717100;
	text-decoration: none;	
	font-family: verdana, arial;
	font-weight: normal;	
	font-size: 11px;
    line-height: 13px;	
}

textarea { 
	color: #717100;
	text-decoration: none;	
	font-family: verdana, arial;
	font-weight: normal;	
	font-size: 11px;
    line-height: 13px;	
}

.textbox {
	color: #717100;
	text-decoration: none;	
	font-family: verdana, arial;
	font-weight: normal;	
	font-size: 11px;
    line-height: 13px;	

}

.button	{
	color: #717100;
	text-decoration: none;	
	font-family: verdana, arial;
	font-weight: normal;	
	font-size: 11px;
    line-height: 13px;	
	width: 60px;
	background-color: #FFFFFF;
	border-top: 1px solid #BA123D;
	border-bottom: 1px solid #BA123D;
	border-left: 1px solid #BA123D;
	border-right: 1px solid #BA123D;		
}	

	
li {
	color: #717100;
	text-decoration: none;	
	font-family: verdana, arial;
	font-weight: normal;	
	font-size: 11px;
    line-height: 13px;	
	font-variant: normal;
	list-style: square;
	list-style-type: square;
	white-space: normal;
}
