/* Cascading Sytle Sheet for Tie Security Systems Website pages. */
/* UNIVERSAL ATTRIBUTES */
body
{
	margin: 4%;
	border: 2px solid #336699;
	padding: 2%;
	background: #FFFFFF url(background.jpg) no-repeat 0 0;
	color: #000000;
	font-size: 100%;
	/* IE bug fix? */
	text-align: left;
}

/* REGIONS */

/* TYPOGRAPHY */

h1
{
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	font-size: 300%;
	margin: 0;
	padding: 17px 0 0 0;
	text-align: center;
}

h2
{
	font-family: 'Arial', sans-serif;
	font-weight: normal;
	font-size: 180%;
}

h3
{
	font-family: 'Arial', sans-serif;
	font-weight: normal;
	font-size: 150%;
}

h4
{
	font-family: 'Arial', sans-serif;
	font-weight: normal;
	font-size: 130%;
}

h5
{
	font-family: 'Arial', sans-serif;
	font-size: 110%;
	font-weight: normal;
}

address {
	padding: 0 0 1% 20px;
	font-family: 'Arial', sans-serif;
	font-style: normal;
}

p
{
	font-family: Times, 'Times Roman', serif;
	color: black;
	text-indent: 2em;
}

ol { list-style-type: number; }

li { padding: 3px; }
 
table {	
	margin: 2% 2% 2% 2%;
	border: 0;
	font-family: 'Arial', sans-serif;
	text-align: left;
	border-collapse: collapse;
	display: inline;
}

th {
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	padding: 0.3em;
	text-align: left;
}
		
td { 
	margin: 0;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	padding: 0.3em;
}

/* LINKS */
a:link
{
	color: 336699;
	text-decoration: none;
}

a:visited { color: #069; }

a:hover
{
	color: 336699;
	text-decoration: underline;
}

a:active { color: 336699; }

/* CLASSES */
.namer { font-weight: bolder;}
.alert { color: red; }
.noindent { text-indent: 0; }
.dimmed { color: gray; }
.hidden { color: white; }
.credit { text-align: right; }

