@charset "utf-8";
.stylecss
{
	background-attachment: fixed;
	background-color: #2b3848;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.fontForContentGray
{
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
}

a:link
{
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}
.fontForContentBlack
{
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
}


a:visited
{
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

a:hover
{
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

a:active
{
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}


.fontForTittle
{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.fontForTittleWhite
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


.fontForTittleRed14
{
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #aa0000;
	text-decoration: none;
}

