@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/default/bg.jpg);
}
body td,th,text,textarea,select,button,submit,reset,password {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333;
}
body a {
	color: #0000CC;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
}

.title {
	color: #13A89E;
	font-weight: bold;
	font-size: 24px;
}
.subtitle {
	color: #1171B9;
	font-weight: bold;
	font-size: 14px;
	line-height:24px;
}
.footer a{
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
