@charset "utf-8";
/* CSS Document */

a
{
	color: #2072AA;
	text-decoration: none;
}

a:hover
{
	color: #2072AA;
	text-decoration: underline;
}

.txt_orange
{
	color: #FF5C00;
}
.txt_white
{
	color: #FFFFFF;
}
.txt_blue
{
	color: #1F6EA9;
	text-shadow:1px 1px 1px #fff;
}
.txt_grey
{
	color: #999999;
}
.txt_10
{
	font-size: 10px;
}
.txt_11
{
	font-size: 11px;
}
.txt_12
{
	font-size: 12px;
}
.txt_14
{
	font-size: 14px;
}
.txt_16
{
	font-size: 16px;
}
.txt_18
{
	font-size: 18px;
}
.txt_20
{
	font-size: 20px;
}
.txt_24
{
	font-size: 24px;
}

.txt_40
{
	font-size: 40px;
}

.horizontalline
{
	border-bottom: 1px solid #CCCCCC;
}

li
{
	margin: 10px 0;
}
