html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
	margin:0;
	padding:0;
	border:0;
	outline:0 none;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	color:inherit;
	font: 11px tahoma, verdana, arial, sans-serif;
	color:#12245D;
}

.cards {
	position:absolute;
	left:0px;
	top:0px;
	width:320px;
	height:240px;
	padding:0px;
	margin:0px;
	background-image:url(images/back.png);
	background-position:left top;
}

.cards #logo {
	position:absolute;
	left:6px;
	top:11px;
}

.cards #title {
	position:absolute;
	right:6px;
	top:10px;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	text-align:right;
}

.cards #content {
	position:absolute;
	left:0px;
	top:40px;
	width:320px;
	height:165px;
	overflow:hidden;
}

.cards #content .box {
	width:106px;
	float:left;
	overflow:hidden;
	text-align:center;
}

.cards #content .box table {
	margin: auto;
	border-spacing: 0px 0px;
	-webkit-border-horizontal-spacing: 0px;
	-webkit-border-vertical-spacing: 0px;
	border-collapse: separate;
}

.cards #bottom {
	position:absolute;
	left:0px;
	top:205px;
	width:320px;
	height:34px;
	background-color:#FFC52B;
	border-top:1px solid #FD9002;
}




a:link{
	color:#1059C2;
	text-decoration:none;
	z-index:99;
}

a:visited{
	color:#1059C2;
	text-decoration:none;
	z-index:99;
}

a:active{
	color:#1059C2;
	text-decoration:none;
	z-index:99;
}

a:hover{
	color:#1059C2;
	text-decoration:underline;
	z-index:99;
}

a:focus{
	color:#1059C2;
	text-decoration:underline;
	z-index:99;
}




.link:link{
	color:#1059C2;
	text-decoration:none;
	z-index:99;
}

.link:visited{
	color:#1059C2;
	text-decoration:none;
	z-index:99;
}

.link:active{
	color:#1059C2;
	text-decoration:none;
	z-index:99;
}

.link:hover{
	color:#1059C2;
	text-decoration:underline;
	z-index:99;
}

.link:focus{
	color:#1059C2;
	text-decoration:underline;
	z-index:99;
}







ul {
	text-align:left;
	margin-top:5px;
	list-style-type:square;
	padding-left:0px;
	margin-left:20px;
}

ul li {
	cursor:pointer;
	margin:5px 0px;
}

ul li:hover {
	color:#1059C2;
	text-decoration:underline;
} 
