/* 
------------------------------------------------------------
Colourphill | colourphill.com
------------------------------------------------------------
*/


/*
--------------------
=GENERAL RULES
--------------------
*/
* {
	margin: 0;
	padding: 0;
}
/* START mac hide \*/
html, body {
	height: 100%;
	overflow: hidden;
	width: 100%;
}
/* END mac hide */
body {
	background-color: #FFFFFF;
	color: #333333;
	margin: 0;
	min-height: 240px;
	min-width: 550px;
	padding: 0;
	text-align: center;
}
#flashcontent {
/**/
}
#altcontent {
	margin: 100px auto 0 auto;
	padding: 0;
	text-align: left;
	width: 600px;
}
p {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 20px 0;
}
strong {
	color: #000000;
	font-weight: bold;
}
em {
	font-style: normal;
	font-weight: bold;
}
.text_title_wrap {
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	margin: 0 auto 30px auto;
	text-align: center;
}
.text_title {
	color: #333333;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	margin: 10px 0;
	text-align: center;
}
.text_bottom_wrap {
	border-top: solid 1px #666666;
	margin: 20px auto 0 auto;
	text-align: center;
}
.text_bottom {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	margin: 10px 0;
	text-align: center;
}
/*
--------------------
=HEADINGS
--------------------
*/
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.25;
	margin: 10px 0;
	padding: 0 0 4px 0;
}
h1.underline, h2.underline, h3.underline, h4.underline, h5.underline, h6.underline {
	border-bottom: solid 1px #666666;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
/*
--------------------
=LINKS
--------------------
*/
a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #5e9cd8;
	text-decoration: none;
}

