
body {
	font-family 	: Verdana, Helvetica, sans-serif;
	margin		 	: 0;
	padding			: 0;
	background-color: white;
}

/* Set font sizes and colors */
body, div, li, ol, p, tr, td, ul {
	color 			: #333;
	font-size		: 14px;
}

/* links */
a {
	color			: #0000A0;
	border			: 0px solid black;
	text-decoration	: none;
}
a:hover	{
	color			: #606060;
}

code {
	color			: green;
	font-size		: 11pt;
	font-weight		: bold;
	white-space		: nowrap;
}

/* Main Heading */
h1 {
	color			: #0000CC;
	font-size		: 16pt;
	font-weight		: bold;
	font-family		: Verdana, Helvetica, sans-serif;
	margin-top 		: 0;
	margin-bottom	: 0;
}

/* Secondary Heading */
h2 {
	color			: #303030;
	font-size		: 13pt;
	font-weight		: bold;
	font-family		: Verdana, Helvetica, sans-serif;
	margin-top 		: 5px;
	margin-bottom	: 0;
}

h3 { margin: 5px 0; font-family: Verdana, Helvetica, sans-serif; font-weight: bold; font-size: 15px }

img {
	border-width	: 0;
}

/* Remove margin above and below paragraphs */
p {
	margin-top		: 0;
	margin-bottom	: 12pt;
	line-height		: 15pt;
}


/* Change margins of list items */
li {
	margin-bottom	: .4em;
	margin-left		: -1.5em;
}

ol, ul {
	margin-top 		: 0;
	margin-bottom 	: 0.5em;
}


/* Decrease border above and below forms */
form {
	margin-top		: 0;	/* needed for IE */
	margin-bottom	: 0;
	vertical-align	: text-bottom;
}

label {
	font-size		: 8pt;
	font-weight		: bold;
}

input, select, textarea {
	vertical-align	: middle;
	padding-left	: 2px;
	color			: #404040;
}

/* The same as the default for input boxes? */
textarea {
	font-family		: verdana, arial, sans-serif;
	font-size		: 10pt;
	width			: 100%
}

/* Highlighted areas / headings */
.accent, a.accent, .accent2, a.accent2 {
	color			: #FFFFFF;
	text-decoration	: none;
}

a.accent {
	font-weight		: bold;
}

a:hover.accent {
	color			: #221100;
}

a:hover.accent2 {
	color			: #0000FF;
}

/* Common containing boxes */
.panel {
	background-color: red;
}

/* Smaller Text */
.small {
	font-family 	: Verdana, Helvetica, sans-serif;
	font-size		: 8pt;
}

.error {
	color			: #880000;
	border			: 2px solid red;
	background-color: #FFE0E0;
	padding			: 2px;
}

.success {
	color			: #004400;
	border			: 1px solid green;
	background-color: #E0FFE0;
	padding			: 2px;
}

div.editsection, span.editsection { display: none }