/* CSS Document */

body	{
	background: #daecf9;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding-top: 3px;
	margin: 0px;
}
.form	{
	border: #999999 1px solid;
	background: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #666666;
	height: 18px;
}
.title	{
	color: #4483b0;
	font-size: 20px;
	text-shadow: inherit;
	text-decoration: none;
}
.border_btn	{
	border: #4483b0 1px solid;
	color: #FFFFFF;
	font-weight: bold;
}
.border_tilte	{
	border-bottom:#a2c0d5 1px solid;
	border-top:#a2c0d5 1px solid;
	background-color: #f9f5e3;
}
.border_warning	{
	border-bottom:#a2c0d5 1px solid;
	border-top:#a2c0d5 1px solid;
	background-color: #FFE2DF;
}
.border_tilte_1	{
	border-bottom:#8fbbdb 1px solid;
	border-top:#8fbbdb 1px solid;
	background-color: #ecf6fd;
}
.titile_2	{
	color: #5286ac;
}
.title_warning	{
	color: #FF0000;
}

.note	{
	color: #917a1c;
}
.button_new {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0F5180;
	text-decoration: none;
}
.button_new:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF6600;
	text-decoration: none;
}
