/*
1.GENERAL
2.TEXT
3.IMAGES
4.LISTS
5.TABLES
6.LINKS
7.PAGES/SECTIONS
*/

/* -- 1.GENERAL -- */
body {
	font: 76%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #555;
}

dl, ol, p, table, ul {
	margin: 0 0 1.5em 0;
}

/* -- 2.TEXT -- */
h1 {
	margin: 0 0 0.5em 0;
	font-size: 2em;
	line-height: 1.5;
}
div.mainbox-noborder h1 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2.2em;
}
h2 {
	border-bottom: 1px dotted #dadada;
	color: #222;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0.5em 0;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.5;
}
h3 {
	margin: 0 0 0.5em 0;
	font-size: 1.3em;
	line-height: 1.3;
}
h4 {
	margin: 0 0 0.25em 0;
	font-size: 1.2em;
	line-height: 1.3;
}
h5 {
	margin: 0 0 0.25em 0;
	font-size: 1.1em;
	line-height: 1.3;
}
h6 {
	margin: 0 0 0.25em 0;
	font-size: 1em;
	line-height: 1.3;
}

p {
	padding: 0;
}

pre {
	font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1.0em;
}

code {
	font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;
	font-size: 1em;
	white-space: pre;
}

/* -- 3.IMAGES -- */
a img {
	border: none;
}
img.image-left {
	float: left;
	margin: 0 10px 10px 0;
}
img.image-right {
	float: right;
	margin: 0 0 10px 10px;
}

/* -- 4.LISTS -- */
ul li {
	margin: 0 0 0.25em 30px;
}
ol li {
	margin: 0 0 0.25em 30px;
}
dl dt {
	margin: 0.25em 0 0.25em 0;
	font-weight: bold;
}
dl dd {
	margin: 0 0 0 30px;
}

/* -- 5.TABLES -- */
table {
	font-size: 1em;
}
table caption {
	padding: 0 0 1.5em 0;
	font-weight: bold;
}
th {
	font-weight: bold;
	text-align: left;
}
td {
	font-size: 1em;
}

#content_description table {
	border-collapse: collapse;
}
#content_description table td {
	border: 1px #666 solid;
	padding: 4px;
}
/* -- 6.LINKS -- */
a {
	color: #2f761f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* -- 7.PAGES/SECTIONS -- */

