@charset "UTF-8";
/* CSS Document */



.text {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	color: #373737;
	text-align: left;
}

.TH {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: large;
	font-style: normal;
	line-height: 110%;
	font-weight: bold;
	font-variant: normal;
	color: #C2162E;  
	text-align: left;
}

.texttwitter {
	font-family: "trebuchet MS", verdana;
	font-size: x-small;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
}

.texts {
	font-family: "trebuchet MS", verdana;
	font-size: small;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
	color: #373737;
	text-align: left;
}
.textcopyright {
	font-family: "trebuchet MS", verdana;
	font-size: xx-small;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
	color: #939393;
	text-align: left;
}
.header {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: xx-large;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #661A62;
}
.header2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	font-style: normal;
	line-height: 110%;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #60145C;
}
.header3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	font-style: normal;
	line-height: 110%;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #C2162E;
}

A { text-decoration:none; font-size: 2; }
A:link {
	color: #C2162E;
	text-decoration:none;
	font-weight: bold;
	font-size: 2;
}
A:visited {color: #C2162E; text-decoration:none; font-weight: bold; font-size: 2;}
A:hover	{color: #661A62; text-decoration:none; font-weight: bold; font-size: 2;}
A:active {color: #C2162E; text-decoration:none; font-weight: bold; font-size: 2;}


