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

.bg_green
{
	background-color:#0F0;
}
.bg_red
{
	background-color:#F00;
}
.font_default
{
	font-family:Times New Roman, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}
.font11
{
	font-size:10px;
}
.font14
{
	font-size:14px;
}
.font12
{
	font-size:14px;
}
.font13
{
	font-size:13px;
}
.font16
{
	font-size:16px;
}
.fontHeader
{
	font-size:18px;
	font-weight:bold;
	
}
.fontBold
{
	font-weight:bold;
}
.fontWhite
{
	color:#fff;
}
.fontbar
{
	font-size:12px;
	font-weight:bold;
	background-color:#ff9900;
	color:#fff;
}
.fontItalic
{
	font-size:10px;
	font-style:italic;
}
.requiredField
{
	color:#F00;
	font-weight:bold;
}
.error{
	color:#F00;
	font-weight:bold;
}

.arial16blue_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5674b9;
	font-weight: bold;
}
.arial14lightblue_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066FF;
	font-weight: bold;
}
.Tahoma14Green_Bold
{
	color:#07a74f;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
}
.Tahoma13Blue
{
	color:#333366;
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
}