/* Text */

h1 {
	margin: 0;
	padding: 0;
	font-size: 130%;
	color: #282828;
	}

h2 {
	margin: 0;
	padding: 0;
	font-size: 120%;
	color: #646464;
	}

.litesmltxt
	{
	color: #ACACAC;
	font-size: 80%;
	}

/* Links */

a {
	color: #c5c5c5;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
    color: #606060;
	text-decoration: underline;
	}

/* Text Boxes E.g. News listing */

.txtcontent {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #E6E6E6;
	}

.highlight {
	background: url(http://www.photium.com/imgs/templates/highlight1.gif) no-repeat top left;
	padding: 5px;
	margin: 0 0 10px 0;
	}
