﻿/***********************************************************************************************************************/
/******************* BASIC ELEMENTS ************************************************************************************/
/***********************************************************************************************************************/
body
{
	background-color: #ffffff;
	margin: 5px;
	padding: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-repeat: repeat-x;
}

p
{
}


blockquote
{
	width: 100%;
	padding: 0;
	margin: 0;
}

hr
{
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}

a
{
	font-weight: bold;
	text-decoration: none;
	color: Black;
}

a:visited
{
	text-decoration: none;
	color: Black;
}

a:hover
{
	text-decoration: underline;
	color: Maroon;
}

a:active
{
	color: Black;
	text-decoration: none;
}
img
{
	border-width: 0;
}

caption
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: black;
	background-color: #be0000;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}


code
{
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
}

pre {
white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
white-space: -pre-wrap; /* Opera 4 - 6 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
word-wrap: break-word; /* IE 5.5+ */
}
