body {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}

.title {
	font-size:24px;
	}

a,a:visited {
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #009900;
	text-decoration: none;
}
/* Body Content */
.red {
	color: #FF0000;
}
.green {
	color: #009933;
}
.purple {
	color: #065106;
}
.small {
	font-size: 10px
}
.smallest {
	font-size: 9px;
}
.name {
	font-size: 18px;
}

.profileTop {
	background-image: url("/layout/themes/St_Patrick/profile/top.gif");
}
.profileMiddle {
	background-image: url("/layout/themes/St_Patrick/profile/middle.gif");
}
.profileBottom {
	background-image: url("/layout/themes/St_Patrick/profile/bottom.gif");
}

#themeSwitcher {
	position: relative;
	top: 20px;
	left: 320px;
}