html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
   margin: 0;
   padding: 0;
   border: 0;
}

body {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1 {
	font-size: 16pt;
	padding: 10px;
	background-color: #333333;
	margin: 10px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


.alth1 {
	font-size: 16pt;
	padding: 3px;
	margin: 10px;
	border: 1px solid #99CCFF;
	background-color: #D2E9FF;
}

h2 {
	font-size: 14pt;
	color: #333399;
	margin: 10px;
	padding: 4px;
	border: 1px solid #D2E9FF;
	background-color: #D2E9FF;
}
 
h3 {
	font-size: 13pt;
	margin: 10px;
	padding: 4px;
	font-style: oblique;
}
 
h4 {
	font-size: 13pt;
	margin: 10px;
	padding: 4px;
		font-style: oblique;
}

h5 {
	font-size: 13pt;
	margin: 10px;
	padding: 4px;
		font-style: oblique;
}

h6 {
	font-size: 12pt;
	margin: 10px;
	padding: 4px;
		font-style: oblique;
}

#wrapper {
   margin: 0px auto;
   width: 600px;
}

#header, #leftcol, #rightcol, #footer, #skip { 
display: none;
}


.boxc {
	font-size: 1.2em;
	color: #CC0000;
	border-left-color: #CC0000;
	margin-left: 10px;
	width: 175px;
	float: right;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.boxblue {
	color: #0066CC;
	border-left-color: #0066CC;
	margin-left: 10px;
	float: none;
	padding: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	text-align: left;
	background-color: #99CCFF;
	background-image: url(img/background6.jpg);
}
.boxgrey {
	color: #0066CC;
	border-left-color: #666666;
	margin-left: 10px;
	float: none;
	padding: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	text-align: left;
	background-color: #E4E4E4;
}

.fundament {
	background-color: #CCE6FD;
	color: #0066CC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.modules {
	background-color: #FFFFFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CC0000;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 5px;
}

#level {
	background-color: #CCE6FD;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	
}

#module {
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	background-color: #FFFFFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #346DBE;
	padding: 5px;
	margin: 2px;
}


.CollapsiblePanel {
	margin: 5px;
	padding: 0px;
	font-size: 1em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #99CCFF;
}


hr {
	font-size: 2px;
	color: #346DBE;
	margin-right: 40%;
}
.heading_blue {
	color: #0066CC;
	font-size: 1.3em;
	font-weight: bold;
}

.heading_red {
	color: #CC0000;
	font-size: 1.3em;
	font-weight: bold;
}


.bullets {
	padding-left: 10px;
	list-style-image: url(img/blue_bullet.gif);
	list-style-type: square;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 15px;
	}



.bullets li {
	margin-left: 0;
	padding-left: 10px;     /* distance between marker and text */
	margin-bottom: 0.5em; /* a little spacing between list items */
}

ul.ok {
  list-style: square url(img/ok.gif); /* wide image for the bullet */
  margin: .5em .5em 0 25px;  /* bullet image is in left margin */
  padding-left: 0;

	}



li.ok  {
	margin-left: 0;
	padding-left: 15px;     /* distance between marker and text */
	margin-bottom: 0.5em; /* a little spacing between list items */
}
.extended {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.boxb {
	font-size: 1.2em;
	color: #0066CC;
	width: 120px;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-top: 7px;
	margin-bottom: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #0066CC;
	margin-right: 15px;
	padding-right: 10px;
}
.h3list {
font-size: 1.2em;
	margin-top: 0.1em;
	font-weight: bold;
	background-image: url(img/h3list.gif);
	padding-top: 0.3em;
	padding-right: 0.4em;
	padding-bottom: 0.8em;
	padding-left: 1em;
}
.size14text {font-size: 14px}
.bold {font-weight: bold}


.heading_white {
	color: #000000;
	font-size: 2em;
	font-weight: bold;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 3px;
}






/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	margin: 0px;
	padding: 5px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	background-color: #0066CC;
	color: #FFFFFF;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 60px;
}



@media print {
.tabcontent {
display:block!important;
}
}

@media handheld {
.tabcontent {
display:block!important;
}
}
