body {
	background-color: #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style : normal;
	line-height : 120%;
}
.left {
	padding : 0px 0px 0px 0px;
	margin : 0px 25px 0px 15px;
	text-align : left;
}
.right {
	padding : 0px 0px 0px 0px;
	margin : 0px 15px 0px 5px;
	text-align : right;
}
.tabletext {
	padding : 0px 10px 0px 10px;
	margin : 0px 10px 0px 10px;
	vertical-align: top;
}
.darktabletext {
	vertical-align: top;
	color: #D1C0AF;
	text-align : right;
}
.darktableheading {
	color: #D1C0AF;
	font-size: 13px;
	font-weight : bold;
	vertical-align: top;
}
.quote{
	font-style: italic;
}
.errortext{
	font-size: 14px;
	color: #CD0119;
	font-weight : bold;
}
/*FORM*/
.formlabel{
   text-align: left;
}
.forminput{
   text-align: right;
}
.longinput { width: 120px; 
		   margin: 2px 0px 5px 10px;
}
.commentsarea { 
	width: 220px; 
	margin: 0px 0px 0px 0px;
	text-align: left;
}

h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
h2 {
	font-size: 11px;
	font-weight: bold;
}
/* ANCHORS */
.menuItem {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FF66FF;
    font-size: 19px;
    text-decoration: none;
}

a.menuLink {
    color: #663333;
    font-size: 17px;
    text-decoration: none;
}


a.menuLink:hover {
    color: #FF66FF;
    text-decoration: none;
}
a.lightLink {
    color: #000033;
    font-size: 101%;
    text-decoration: none;
}
a.lightLink:hover {
    color: #6699FF;
    font-size: 101%;
    text-decoration: none;
}
a.darklink {
    color: #D153D1;
    font-size: 100%;
    text-decoration: none;
	font-weight: bold;

}
a.darklink:hover {
    color: #54533D;
    font-size: 102%;
    text-decoration: none;
	font-weight: bold;
}

/* ALIGNMENT */
.align-top {
    vertical-align: top;
}
.align-bottom {
    vertical-align: bottom;
}
.right-corner {
	float: right;
	width: 20px;
	height: 15px;  
}
.left-corner {
	float: left;
	width: 20px;
	height: 15px;  
}

/* COLOURS */
.dark {
	color: #CCCCCC;
}
.pink {
    color: #D153D1;
}

.orange {
	color: #D77839;
}
.beige {
	color: #D1C0AF;
}
.green {
	color: #54533D;
}
.lbrown {
	color: #927958;
}
.dbrown {
	color: #333333;
}
/* BACKGROUND COLOURS */
.beige-bg {
	background: #D1C0AF;
}
.white-bg {
	background: white;
}
.orange-bg {
	background:	#D77839;
}
.green-bg {
	background:	#54533D;
}
.dkbrown-bg {
	background:	#333333;
}
.lbrown-bg {
	background:	#927958;
}
.studioBlue-bg {
	background:	#506262;
}


