html, body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 0.84em;
	font-family: verdana, sans-serif;
	background-image: url(../images/global/bg_whitebar.gif);
	background-repeat: repeat-x;
	background-attachment: scroll; }

		
h1 {
	margin: 0px 0px 0px 0px;
	padding: 0;
	display: none;
	 } 

h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}
	
	
h3 {
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-size: 1.8em;
	font-family: verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-family: verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}

p {margin: 6px 0px;}

a:link, a:visited, a:active { color: #333; text-decoration: underline; }
a:hover { text-decoration: none; }

.new_groupmember a {
text-decoration: underline;}

.new_groupmember a:hover, .new_groupmember a:link {
cursor: auto; }

.smalltext { font-size: 9px;}

ol { list-style-type: disc;}

ol li {padding: 2px 0px 2px 0px;}


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

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


ul {
	margin: 0;
	padding: 3px 0 3px 0;
	list-style-type: none;
	}

ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	}
	
ul.arrow {
	text-indent: -10px;
	margin: 0;
	padding: 3px 0 3px 10px;
	list-style-type: none;
	}

/* FORMS */
	
.textfield {
	width: 200px;
	margin-top: 5px;
	padding: 0px;
	}
	
.textfield_long {
	width: 400px;
	margin-top: 5px;
	padding: 0px;
	}
	
.textfield_short {
	width: 50px;
	margin-top: 5px;
	padding: 0px;
	}
	
select {
	width: auto;
	height: 18px;
	margin-top: 5px;
	}
	
textarea {
	width: 400px;
	height: 75px;
	margin-top: 5px;
	}
	
textarea.small {
	width: 400px;
	height: 36px;
	margin-top: 5px;
	}
	
.checkbox {
	padding: 0px;
	margin: 0px;
	position: relative;
	vertical-align: text-top	
	}

/* MISC */
	
.hide { display: none; }

.float_left {float: left;}

.clear { clear: both;}

.hr_dots {
	width: 542px;
	height: 20px;
	padding: 0;
	margin: 0;
	background-image: url(../images/hr/hr_dots.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	}

.hr_dots_grid {
	width: 542px;
	height: 3px;
	padding: 0;
	margin: 0;
	background-image: url(../images/hr/hr_dots_grid.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	}
	
.hr_dots_small {
	width: 337px;
	height: 10px;
	padding: 0;
	margin: 0;
	background-image: url(../images/hr/hr_dots_small.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	}
