/* Border gray, Frame gray */
.Contitle_Gray_12px
{
	font-weight: bold;
	font-size: 12px;
	color: #718189;
	font-family: Tahoma, Arial;
}
/* Gray border, Gray */
.Contitle_Gray_11px
{
	font-weight: bold;
	font-size: 11px;
	color: #718189;
	font-family: Tahoma, Arial;
}
/* Border color bg, Border color, Border white bg, Frame color bg, Frame color, Frame white bg */
.Contitle_Color_12px
{
	font-weight: bold;
	font-size: 12px;
	color: #718189;
	font-family: Tahoma, Arial;
}
/* Color border, Color */
.Contitle_Color_11px
{
	font-weight: bold;
	font-size: 11px;
	color: #718189;
	font-family: Tahoma, Arial;
}
.Contitle_Login
{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #718189;
	font-family: Tahoma, Arial;
}
.Contitle_Transparent
{
	font-weight: normal;
	font-size: 16px;
	color: #718189;
	font-family: Tahoma, Arial;
}
.Contitle_Admin
{
	font-weight: bold;
	font-size: 16px;
	color: 718189;
	font-family: Tahoma, Arial;
}
a.CommandButton:link {
	color: white;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

