/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
html{
	height: 100%;
} 
body {
	height: 100%;
}
table{
}
td,th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #212121;
	line-height: 16px;
}
link{
	color:#212121;
}
a:link, a:visited, a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #212121;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.full-height {height: 100%;}
.bg-white{background-color: #FFFFFF;}
.start-bg-tile {
	background-color: #2f499e;
	background-image: url(../images/start_bg_tile.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.top-bar {
	background-image: url(../images/bar_top.jpg);
	background-repeat: repeat-x;
	height: 48px;
}
.bg-tile {
	background-image: url(../images/bg_tile.gif);
	background-repeat: repeat;
}
.header-bg-tile {
	background-image: url(../images/header_bg_tile.gif);
	background-repeat: repeat-x;
	height: 5px;
}
.header-blue {
	background-color: #2f499e;
	height: 48px;
}

.hor-line {
	background-color: #FFFFFF;
	height: 1px;
}
.footer-bg-1 {
	color: #808080;
	background-color: #dcdee4;
	height: 20px;
}
.footer-bg-2 {
	background-color: #e9e9e9;
	font-size: 10px;
	color: #5e5e5e;
	height: 25px;
}
.footer-bg-3 {
	background-color: #e9e9e9;
	height: 54px;
}
.footer-text {

}
a.footer-text:link, a.footer-text:visited, a.footer-text:hover, a.footer-text:active {
	font-size: 10px;
	color: #2f499e;
	text-decoration: none;
}
a.footer-text:hover {
	text-decoration: underline;
}
.ver-line-tile {
	background-image: url(../images/ver_line.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 2px;
}
.more {
	color: #FFFFFF;
	font-size: 11px;
}
a.more:link, a.more:visited, a.more:hover, a.more:active {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	padding: 2px;
	background-color: #7789c5;
}
a.more:hover {
	text-decoration: none;
	font-size: 11px;
	color: #7789c5;
	background-color: #ffffff;
	padding: 2px;
}
.text-title-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
/*--- ---*/
.form {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	background-color: #F4F4F4;
	color: #666666;
	border: 1px solid #CCCCCC;
	width: 150px;
	padding: 2px;
}
.form2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	background-color: #F4F4F4;
	color: #666666;
	border: 1px solid #CCCCCC;
	overflow:hidden;
	width: 150px;
	height: 60px;
	padding: 2px;
}
.form-text {
	font-size: 10px;
	color: #666666;
}
.button-send {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #999999;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
}