/* CSS Document */

body{
	background-image: url(../images/g_body_bg.gif);
	background-repeat: repeat-x;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.white a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.white a:hover {
	color: #FFFF00;
	text-decoration: none;
}


.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: none;
	font-variant: normal;
	text-transform: none;
	color: #676767;
	text-decoration: none;
}
.content a:link {
	color: #676767;
	text-decoration: none;
}
.content a:visited {
	color: #676767;
	text-decoration: none;
}
.content a:hover {
	color: #676767;
	text-decoration: none;
}
.content1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: none;
	font-variant: normal;
	text-transform: none;
	color: #676767;
	text-decoration: none;
}
.content1 a:link {
	color: #676767;
	text-decoration:underline;
}
.content1 a:hover {
	color: #676767;
	text-decoration:none;
}
.content1 a:visited {
    color: #676767;
	text-decoration:underline;
}
.tit{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #676767;
	text-decoration: none;
	text-transform:uppercase;
}
.col_blue{
color:#0000FF;
}
.col_red{
color:#FF0000;
}
