﻿body
{
	background-color: #f2f6fb;
}
td
{
	font-size: 12px;
	color: #2ea4c2;
}

.btnEnter
{
	background-image: url(images/btnEnter.jpg);
	widows: 79px;
	height: 26px;
}
.btnCancal
{
	background-image: url(images/btnCancal.jpg);
	widows: 79px;
	height: 26px;
}
.menu_text
{
	font-size: 14px;
	color: White;
	font-weight: bold;
	text-align: center;
}
.tile_font
{
	font-weight: bold;
	font-size: 14px;
}
.key_word
{
	color:#196fbc;
	font-weight: bold;
}
A:active
{
	text-decoration: none;
	color: #2ea4c2;
	font-size: 12px;
}

A:hover
{
	text-decoration: none;
	color: #2ea4c2;
	font-size: 12px;
}
A:link
{
	text-decoration: none;
	color: #2ea4c2;
	font-size: 12px;
}
A:visited
{
	text-decoration: none;
	color: #2ea4c2;
	font-size: 12px;
}
