/*
	Customer specific styling.
	main.css holds the standard styling that is applied across the application
*/

body {
	font-size: 14px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

tr.resultsHeader {
	font-size: 16px;
}

td.header {
	font-size: 18px;
}

td pre {
	font-size: 16px;
}

td.header {
	font-size: 14px;
}

#login .loginButton {
	font-size: 14px;
}

/* Set position of sub-menus */

#Representatives {
	top: 175px;
}

#Bodies {
	top: 203px;
}

#Documents {
	top: 231px;
}

#Search {
	top: 276px;
}