/*
	File: typography.css 
	Date: january 01, 2007
	Created by: greg kretovic
	Contents: 
		- typography rules
	
*/

p {
	font-size: 70%;
	line-height:1.4em;
	}

a:link{
	color:#456687;
}

a:visited{
	color:#456687;
}

a:active {
	color:#456687;
}

a:hover {
	color:#003399;
	text-decoration:none;
}

h1 {
	color:#456687;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	line-height:0;
}

h3 {
	font-family:"Trebuchet MS", Arial;
	font-size:110%;
	line-height:0;
}

ol li{
	font-size: 70%;
	line-height: 1.6em;
	list-style-type: decimal;
	list-style-position: outside;
}

ul {
	font-size: 70%;
	line-height:1.6em;
}

li {
	list-style-type:square;
}

.list {
	margin-bottom:-8px;
}

.contentImage {
	border:solid 0px #666666;
	margin:4px;
}

.divideLine {
	border-top: solid 1px #CCCCCC;
	margin:20px auto 20px auto;
	height:2px;
}

.divideLineLeft {
	border-left: dashed 1px #666666;
	padding-left:10px;
	margin:0px;
}

.black {
	font-weight:bold;
	color:#666666;
}

/*
Contact page
*/

.contactForm {
	background-color:#CCCCCC;
	color:#333333;
	font-size:70%;
	border: solid 1px #999999;
}

.required {
	color:#990000;
}
