/* Standard styles for most documents */

body
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: medium;
	line-height: normal;
	color: black;
	background-color: #EFEFEF;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 0em 1em 0em 1em;
	width: 954px;
	margin-left:auto;
	margin-right:auto;
}

h1
{
	font-weight: bold;
	font-size: 175%;
	line-height: 200%;
}

h2
{
	font-weight: bold;
	font-size: 150%;
	line-height: 200%;
}

h3
{
	font-weight: bold;
	font-size: large;
	line-height: 200%;
}

h4
{
	font-style: italic;
	font-weight: bold;
	font-size: large;
	line-height: 100%;
}

ul { list-style-type: disc; margin-left: 1em; margin-bottom: 15px; margin-top: 9px; padding-left: 0em; }
ul li { margin-bottom: 7px; }

ol { list-style-type: decimal; margin-left: 1em; padding-left: 1em; margin-top: 9px; margin-bottom: 15px; }
ol li { margin-bottom: 7px; }
ol li ol { list-style-type: upper-latin; }
ol li ol li ol { list-style-type: lower-latin; }

hr { width: 100%; height: 1px; }

/* General properties */
.underline_text { text-decoration: underline; }
.bold_text { font-weight: bold; }
.italic_text { font-style: italic; }
.italic_bold_text {font-style: italic; font-weight: bold; }
.red_text { color: rgb(255, 0, 0); background-color: #EFEFEF; }
.blue_text { color: rgb(0, 0, 255); background-color: #EFEFEF; }
.pink_text { color: rgb(255, 153, 255); background-color: #EFEFEF; }
.red_text_2 { color: rgb(255, 0, 0); background-color: #E8E8E8; }
.pink_text_2 { color: rgb(255, 20, 252); background-color: #E8E8E8; }
.superscript { font-size: x-small; vertical-align: super; }
.striken { text-decoration: line-through; }

