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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}


article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**************************************/

@font-face {
	font-family: 'Yanone';
	src: url('../fonts/YanoneKaffeesatz-Regular-webfont.eot');
	src: local('¢'), url('../fonts/YanoneKaffeesatz-Regular-webfont.woff') format('woff'), url('../fonts/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'), url('../fonts/YanoneKaffeesatz-Regular-webfont.svg#webfontAGQ6uv7S') format('svg');
	font-weight: normal;
	font-style: normal;
}

.hdr {
  background-color: #ffffff; /*
  background-color: #d7ebf9;
  background: -webkit-linear-gradient(top,#EFF5FF 0,#d7ebf9 100%);
  background: -moz-linear-gradient(top,#EFF5FF 0,#d7ebf9 100%);
  background: -o-linear-gradient(top,#EFF5FF 0,#d7ebf9 100%);
  background: linear-gradient(to bottom,#EFF5FF 0,#d7ebf9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#d7ebf9,GradientType=0); */
  height:50px;
}
#footer {
	  background-color: #d7ebf9;
  background: -webkit-linear-gradient(top,#EFF5FF 0,#d7ebf9 100%);
  background: -moz-linear-gradient(top,#EFF5FF 0,#d7ebf9 100%);
  background: -o-linear-gradient(top,#EFF5FF 0,#d7ebf9 100%);
  background: linear-gradient(to bottom,#EFF5FF 0,#d7ebf9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#d7ebf9,GradientType=0);
  font-size: 12px;
  font-weight: bold;
  color: #2779AA;
  height: 18px;
  line-height: 18px;
  text-align: center;
  /* border-bottom: 0px; */
}
#userid {
	padding-top: 20px;
	padding-right: 20px;
	float:right;
	color: #15347b;	
	display: block;
	border: 0px;
}
#userid a {
	margin-top: -6px;
	margin-left:5px; 
	float:right;
	color: #2b67b9;
}

#title {
	margin:0 auto; 
	text-align: center; 
	width:500px; 
	color: #2b84b9;
	font: bold 24px 'Yanone';
}

.fitem {
	margin: 0px;
	float:left;
	padding:0px 10px 5px 12px; 
	text-align: left;
}
.fitem label {
	display: inline-block;
	text-align: right;
	width: 100px;
}