.width180
{
	width:180px;
}
.inline
{
	display: inline;
}
.center
{
	text-align: center;
}
.hidden
{
	visibility: hidden;
	display: none;
}
.right
{
	float:right;
}
.left
{
	float:left;
}
.clear2
{
	clear:both;
	overflow : hidden;
	_height : 1%;
}
.bold
{
	font-weight: bold;
}
.minus10
{
	font-size: 90%;
}
.plus10
{
	font-size: 110%;
}
.plus20
{
	font-size: 120%;
}
.plus30
{
	font-size: 130%;
}
.padding10
{
	padding:10px;
}
.rightline
{
	padding-right: 10px;
}
.marginb10
{
	margin-bottom:10px;
}
.c-red
{
	color:#B62703;
}

/*
 * h
 */
h1
{
	font-size: 150%;
	margin-bottom:5px;
}
h2
{
	font-size: 140%;
	margin-bottom:5px;
}
h3
{
	font-size: 130%;
	margin-bottom:5px;
}
h4
{
	font-size: 120%;
	margin-bottom:5px;
}
h5
{
	font-size: 110%;
	margin-bottom:5px;
}


a
{
	color: #2b5587;
}
a:visited
{
	color: #3365A2;
}
a:hover
{
	color: #B62703;
}

a.static
{
	color: #2b5587;
}
a.static:visited
{
	color: #2b5587;
}
a.static:hover
{
	color: #80804d;
}

.hand
{
	cursor:pointer;
	cursor:hand;
}

