@import url('capLayoutWidescreen.css');
@import url('capTextWidescreen.css');

/*==========================================================================================
NOTE: When inserting definitions from the standard style sheet into this style sheet,
      pixel measurements should me multipled by .76 where appropriate to get the wide-screen
	  WInods laptops to display stuff properly.
==========================================================================================*/

/*==========================================================================================
EDITED HTML TAGS
==========================================================================================*/

body, h1, h2, h3, h4, h5, h6, hr, table, tr, th, td, p, div, img, form, ul, li, blockquote, address, abbr, acronym, script, sup {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #FFFFFF;
}
p {
	margin-bottom: 11.4px;
}
ul {
	margin: 0px 0px 11.4px 11.4px;
}
li {
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: 11.4px;
}
h2 {
	margin: 0px 0px 7.6px 0px;
}
h3 {
	margin: 0px 0px 3.8px 0px;
}
h4 {
	margin: -3.8px 0px 0px 0px;
}
blockquote {
	margin-left: 22.8px;
}
hr {
	background-color: #CCCCCC;
	border: 0px;
	margin: 7.6px 0px;
	width: 100%;
	height: 0.76px;
}
address {
	margin-bottom: 11.4px;
}
sup {
	background-color: #FF0000;
	padding: 0.76px 1.52px;
}
table {
	margin-bottom: 11.4px;
}
th, td {
	padding: 3.8px;
	vertical-align: top;
}
