h1, h2, h3, h4, h5, h6, p, ul, li, address, br{
	margin: 0px;
	padding: 0px;
	border: none;
	font-family:Arial;
	}
	

/* -- HEADINGS -- */

.index-splash h1 {
	font-size: 1.0em;
	font-weight: normal;
	font-family:Arial;
	}
	
.index-splash h1 strong {
	text-transform: uppercase;
	font-size: 3em;
	color: #91a3b0;
	font-family:Arial;
	}
	
.app-quicklink h2, .prod-quicklink h2, .cap-quicklink h2 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	}
	
.index-content h3 {
	font-size: 1em;
	margin: 0px 0px 2px 0px;
	}
	
#content h1, #content h2, #content h3, #content h4 {
	text-transform: uppercase;
	}
	
#content h1 {
	font-size: 2.4em;
	}
	
#content h2 {
	font-size: 1.4em;
	}
	
#content h3 {
	font-size: 1.2em;
	} 

/* -- PARAGRAPHS -- */
.txt-container p
{
    margin: 7px 0px 0px 0px;
	line-height: 1.1em;
}

.two-col-1 p
{
    margin: 7px 0px 0px 0px;
	line-height: 1.1em;
}

.two-col-2 p
{
    margin: 7px 0px 0px 0px;
	line-height: 1.1em;
}

p {
	margin: 0px 0px 0px 0px;
	line-height: 1.1em;
	}
	
p.intro {
	font-size: 1.4em;
	line-height: 1.1em;
	}

#header .welcome p {
	font-size: 1.4em;
	}

.hover-links p {
	display: block;
	width: 106px;
	height: auto;
	margin: 2px 0px 0px 0px;
	padding: 3px 0px 0px 3px;
	text-transform: uppercase;
	background-image:url(../Library/Default/Content/hover-link-p-bkg.png);
	background-repeat: repeat-x;
	font-weight: bold;
	}
	
.index-content p, .app-quicklink p, .prod-quicklink p, .cap-quicklink p {
	padding: 0px 15px 0px 0px;
	}

/* -- LINKS -- */

a {
	text-decoration: none;
	color: #fff;
	}
	
a:hover {
	text-decoration: underline;
	color: #f58220;
	}
	
a.med-btn {
	font-size: 1em;
	display: block;
	height: 15px;
	line-height: 15px;
	text-align: center;
	background-image:url(../Library/Default/Content/button-hover-bkg.jpg);
	background-repeat: repeat-x;
	padding: 0px 10px 0px 10px;
	border: 1px solid #8b0304;
	}
	
a.med-btn:hover {
	background-image:url(../Library/Default/Content/button-bkg.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	color: #fff;
	}
	
a.sml-btn {
	font-size: 0.8em;
	display: block;
	height: 12px;
	line-height: 12px;
	text-align: center;
	background-image:url(../Library/Default/Content/button-hover-bkg.jpg);
	background-repeat: repeat-x;
	padding: 0px 5px 0px 5px;
	border: 1px solid #8b0304;
	}
	
a.sml-btn:hover {
	background-image:url(../Library/Default/Content/button-bkg.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	color: #fff;
	}

/* -- ADDRESS -- */

address {
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	}
	
.section label
{
    font-size:1em;
}

.txt-container ul
{
    margin: 10px 0px 0px 15px;
	line-height: 1.1em;
	list-style:disc;
	line-height:14px;
}
