
html {	
}

body {
	font-family: Arial;
	font-size: 12px;
	color: #4c4c4c;
	background: #ffffff url('/_resources/media/img/default/bg.gif') repeat-x;
}

body.print {
	background: #ffffff;
	padding-left: 20px;
	padding-top: 20px;
}
hr {
	display: block;
	height: 0px;	
	font-size: 0px;
	line-height: 0px;
	border: 0px;
	margin: 0px;
	border-bottom: 1px solid #c5d1d7;
}

h1 {	
	font-size: 24px;
	line-height: 26px;
	color: #0095da;
	font-weight: normal;
	margin-bottom: 5px;
}

h1.profile {	
	font-size: 24px;
	line-height: 26px;
	color: #0095da;
	font-weight: normal;
	margin-bottom: 5px;
	
	border-bottom: 1px solid #c5d1d7;
}

h2 {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;	
	margin-bottom: 10px;
	color: #000000;
}

#lay-profile h2 {
	font-size: 18px;
	margin-top: 0px;	
	margin-bottom: 10px;
	color: #0095da;
}

#lay-profile h2 a:link, #lay-profile h2 a:visited, #lay-profile h2 a:active {
	color: #0095da;
	font-weight: normal;	
	text-decoration: underline;
}

#lay-profile h2 a:hover {	
	text-decoration: none;
}


h2.top {
	font-size: 18px;
	line-height: 18px;
	color: #0095da;
	padding-bottom: 15px;	
	border-bottom: 1px solid #c5d1d7;	
}

#lay-profile h2.edit {
	font-size: 18px;
	line-height: normal;
	margin-top: 0px;	
	margin-bottom: 10px;
	color: #0095da;
	border-bottom: 1px solid #c5d1d7;
}


h3 {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;	
	margin-bottom: 5px;
	color: #0095da;
}

blockquote,ul,ol,dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

ol,ul,dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: square outside;
}

em {
	font-style: italic;
}