/* put your custom CSS in here */
body
{
	color: #494949;
	background-image: url('../images/body.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #edf5fa;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height:1.6;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	color: #ff7f00;
	text-transform: uppercase;
}

/* new sizes */
h1 {font-size:2em;line-height:1em;margin-bottom:0.75em; margin-top: 0.25em;}
h2 {margin-bottom:0.5em;}
h3 {margin-bottom:0.75em;}
h4 {margin-bottom:0.75em;}
h5 {margin-bottom:0.75em;}

.directoryList {
	background-color:#FFFFFF;
	font-size:10px;
}

.directoryListSelected {
	background-color:#FFFFFF;
	font-size:10px;
}

.directoryListSelectedOver {
	background-color:#edf5fa;
	font-size:10px;
}

.directoryListOver {
	background-color:#edf5fa;
	font-size:10px;
}

.userImg {
	max-width: 220px;
}

img #userImg {
	max-width: 200px;
}

