* {
	font-family:"lucida grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover   {
	text-decoration: underline;
	color:#000000;
}

form {
	margin: 0px;
	padding: 0px;
}


body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background:#FFFFFF;
}

label {
	cursor:pointer;
}

.l_menu{
	border-color:#C5CDD3;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-left-style:solid;
	padding-left:10px;
	font-size:13px;
	height:25px;
}


.t_menu {
	background-color:#FF0000;
}

a.black:hover {
	text-decoration:none;
	color:#000000;
}

a.black:link, a.black:visited {
	text-decoration:none;
	color:#000000;
}

a.white:hover {
	text-decoration:none;
	color:#FFFFFF;
}

a.white:link, a.white:visited {
	text-decoration:none;
	color:#FFFFFF;
}

.bold {
	font-weight:bolder;
}

.list_head {
	font-weight:bolder;
	background-color:#9BACFD;
}

.list_first {
	background-color:#D8DEFE;
	border-top-width:1px;
	border-top-style:solid;
	border-color:#333333;
}

.list_second {
	background-color:#C4C7FF;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-color:#333333;
}

.list_subfoot {
	border-color:#333333;
	border-top-width:1px;
	border-top-style:solid;
}

.list_subhead {
	border-color:#333333;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

textarea {
	width: 100%;
}

.button {
	width: auto;
}

.checkbox {
	width: auto;
}

div.error {
	background-color:#990000;
	padding:3px;
	font-weight:bolder;
	color:#FFFFFF;
}

.bl_b {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.bl_t {
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
}

.bl_l {
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:1px;
}

.bl_r {
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
}

.headline {
	background-color:#CFD9E2;
	font-weight: bolder;
}


.card_active {
	vertical-align:bottom;
}

.card_active a:link, .card_active a:visited {
	text-decoration: none;
	display: block;
	color:#FFFFFF;
	font-weight:bolder;
	border-color:#505BAB;
	border-width:1px;
	border-top-width:3px;
	border-style:solid;
	background-color:#89A4D3;
	padding:3px;
	padding-top:5px;
	padding-bottom:6px;
}

.card_active a:hover {
	text-decoration: underline;
	display: block;
	color:#FFFFFF;
	font-weight:bolder;
	border-color:#505BAB;
	border-width:1px;
	border-top-width:3px;
	border-style:solid;
	background-color:#89A4D3;
	padding:3px;
	padding-top:5px;
	padding-bottom:6px;
}

.card {
	vertical-align:bottom;
}

.card a:link, .card a:visited    {
	text-decoration: none;
	display: block;
	color:#505BAB;
	font-weight:bolder;
	border-color:#505BAB;
	border-width:1px;
	border-style:solid;
	background-color:#FFFFFF;
	padding:3px;
	
}
.card a:hover  {
	text-decoration: none;
	display: block;
	color:#990000;
	font-weight:bolder;
	border-style:solid;
	border-width:1px;
	border-top-width:3px;
	border-color:#990000;
	background-color:#F7CED2;
	padding:3px;
	padding-top:5px;
	padding-bottom:6px;
}

.card_content {
	border-color:#505BAB;
	border-width:1px;
	border-style:solid;
	background-color:#FFFFFF;
	margin-left:1px;
}


.list_cell_1 {
	background-color:#FFFFFF;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.list_cell_1 a:hover {
	text-decoration: none;
}

.list_cell_2 {
	background-color:#E8E8E8;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;

}

.list_cell_2 a:hover {
	text-decoration: none;
}


.button {
	color:#000000;
	padding:3px;
	border-style:solid;
	border-width:1px;
	border-left-width:3px;
	border-color:#AEBFCE;
	border-left-color:#C8D3DD;
	background-color:#E6EBF0;
	cursor:pointer;
}

a.button:link, a.button:visited    {
	text-decoration: none;
	color:#000000;
	padding:3px;
	border-style:solid;
	border-width:1px;
	border-left-width:3px;
	border-color:#AEBFCE;
	border-left-color:#C8D3DD;
	background-color:#E6EBF0;
}
a.button:hover {
	text-decoration: none;
	color:#990000;
	padding:3px;
	border-style:solid;
	border-width:1px;
	border-left-width:3px;
	border-color:#990000;
	background-color:#F7CED2;
}


.m_button {
	color:#000000;
}

a.m_button:link, a.m_button:visited    {
	text-decoration: none;
	color:#000000;
}
a.m_button:hover {
	text-decoration: none;
	color:#FF3333;
}
