/*
Design by David Montero (C) 2008
http://www.davidmontero.net
*/

/*
Green:	99CC33	
Blue:	3399CC		
Brown: 	CC6633	
*/


body {
	margin				: 5px 10px 5px 20px;
	padding				: 0;
}

body, table {
	font-size			: 10pt;
	font-family			: Arial, Helvetica, sans-serif;
}

/* Headers */
h4 {
	font-size			: 10pt;
	font-weight			: bold;
}

h3 {
	font-size			: 11pt;
	font-weight			: bold;
	color				: gray;
	margin-top			: 5px;
	margin-bottom		: 3px;
	/* background-image	:  url(Graphics/LineBrown.gif); background-repeat: repeat-x; background-position: bottom;*/
}

h2 {
	font-size			: 13pt;
	font-weight			: bold;
	background-image	: url(Graphics/LineBrown.gif); background-repeat: repeat-x; background-position: bottom;
}

h1 {
	font-size			: 15pt;
	font-weight			: bold;
	background-image	: url(Graphics/LineBlue.gif); background-repeat: repeat-x; background-position: bottom;
}

/* Links */
a {
	color				: 3399CC;
	/*text-decoration		: none;*/
}

.navigationCell {
	width				: 12em; 
	padding-left		: 3em; 
	/*padding-right		: 2em;*/
}

.navigationCell p {
	margin-top			: 0;
	margin-bottom		: 10px;
}

.resumeTable td {
	padding-right		: 8px;
	vertical-align		: top;
}

.booksTable td {
	padding-bottom		: 15px;
	padding-right		: 15px;
	text-align			: left;
	vertical-align		: middle;
}
