/* Start of CMSMS style sheet 'typography' */
/*------------------------------------------------------------------
[Typography Stylesheet]

Project:	Kidney Society
Version:	1.0
Last change:	22/02/2009
Primary use:	Website
-------------------------------------------------------------------*/
a {
outline : 0;
}


h1, h2, h3, h4, h5, h6 {
	font-weight : normal;
	margin : 0;
	padding : 0;
	color : #333333;
	line-height : 140%;
position : relative;
z-index : 99;
}

h1 {
	font-size : 24px;
	padding-bottom : 10px;
}

h2 {
	font-size : 20px;
	padding-bottom : 8px;
}

h3 {
	font-size : 18px;
	padding-bottom : 6px;
}

h4 {
	font-size : 16px;
	padding-bottom : 5px;
}

h5 {
	font-size : 14px;
	padding-bottom : 3px;
}


p {
	margin-bottom : 10px;
	line-height : 140%;
}

table {
	line-height : 140%;
}

ul {
	margin-left : 30px;
	margin-bottom : 20px;
}

ul li {
	margin-bottom : 4px;
	line-height : 140%;
}

p a, li a, table a {
	text-decoration : none;
	color : #EE1C25;
	border-bottom : 1px dotted #EE1C25;
}

p a:hover, li a:hover {
	border-bottom : 1px solid #EE1C25;
	background-color : #FDEAEB;
}

em {
font-style : italic;
}

strong {
font-weight : bold;
}
/* End of 'typography' */

