/* Specifies fonts to use etc. */

body {	  
  margin: 0px;
  font-family: tahoma, verdana, geneva;
  font-size: 11px;  
  font-color: #333333;
}

/* Heading and paragraphs, other elements */
p,li,h1,h2,h3,h4 {
	margin-top: 0px;
	color: #3a3a3a;	
}
ul {
  padding-left: 30px;
}
li {
	margin-bottom: 2px;		
}
a {
	text-decoration: underline;
	color:#990000;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
	padding-right: 4px;
	padding-bottom: 4px;
}
input.text-input {
	border: 1px solid #008CD1;
	margin-bottom: 5px;
	height: 15px;
	
}
h1 {	
	padding-left: 19px;	
	padding-top: 0px;
	background-image: url(../images/header-arrow.gif);
	background-repeat: no-repeat;
	font-size: 13px;

}
h3 {
	padding-left: 0px;	
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	font-size: 17px;
	font-weight: bold;
}
h1:first-letter,h2:first-letter,h3:first-letter,h4:first-letter {
	text-transform: capitalize;
}
/* End Heading and paragraphs */

/* Special cases */
.section-links h1 {
	background-image: none;
	padding-left: 0px;
	margin-bottom: 5px;

}
.section-links ul {
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 4px;
}

ul.section-links li {
	margin-left: 10px;
	padding-left: 0px;
	list-style: none;
}

ul.section-links li a {
	font-weight: bold;	
	text-decoration: none;	
}
ul.section-links li a:hover {
	text-decoration: underline;
}


/* Sundry classes */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.dspcont {
	display: none;
}
.fleft {
	float: left;
}
.italic {
	font-style: italic;
}

.fright {
	float: right;
}
.red {
	color: red;
}
