
/*---------------------------------------------------------------------------
Tír Chonaill AC Style Sheet
author:    Ollie Thomas
email:     olliethomas@tirchonaillac.com
website:   http://www.tirchonaillac.com/
-----------------------------------------------------------------------------*/

body {
	background-color: #8D91AA;
	background-image: url(Break%20Apart%20Files/Banner_Down.png);
}



	


/*---------------------------------------------------------------------------
Typography
-----------------------------------------------------------------------------*/
.Text {font-size: 12px;
	font-family: Arial;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3E415D;
}
.TextBlack {font-size: 14px;
	font-family: Arial;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.LargeBlack {font-size: 24px;
	font-family: Arial;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.Text_Italics {font-family: Arial;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #535670;
}
.Header_1 {font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3E415D;
}
p1 {font-size: 12px;
	font-family: Arial;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3E415D;
}	
h1 {font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3E415D;
}
h2 {font-size: 14px;
	font-family: Arial;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
h3{font-family: Arial;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;







/*---------------------------------------------------------------------------
Define link properties
-----------------------------------------------------------------------------*/
}
a:link {
	color:blue;
}
a:visited {
	color:blue;
}
a:hover {
	color:red;
}
a:active {
	color:green;
}

