/* HTML tags */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/slice.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Black;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Gray;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

ul,ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/* Classes */

ol.alpha {
	list-style: lower-alpha;
}

ol.roman {
	list-style: lower-roman;
}

.search {
	background-image: url(images/search_slice.jpg);
	background-repeat: repeat-x;
}

.elevenpx {
	font-size: 11px;
	color: #000000;
}

.table {
	border-style: dashed;
	border-color: Gray;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
}

.tableGrey {
	background-color: #EBEBEB;
	height: 20px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.red {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}

/* Window styles*/

.sliceTop {
	background-image: url(images/win_slice.jpg);
	background-repeat: repeat-x;
	height: 32px;
	padding-bottom: 2px;
}

.sliceLeft {
	background-image: url(images/win_slice_left.jpg);
	background-repeat: repeat-y;
	width: 13px;
}

.sliceRight {
	background-image: url(images/win_slice_right.jpg);
	background-repeat: repeat-y;
	width: 13px;
	background-position: 4px;
}

.sliceBtm {
	background-image: url(images/win_slice_btm.jpg);
	background-repeat: repeat-x;
	height: 11px;
}