/* (C) 2005 Martin Allchin, <mallchin@blueyonder.co.uk>
 * Do not modify and/or distribute this file without express permission.
 */

/* template css styles go in here */

/* links */
a {
	color:#DF3192;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #FFF;
	text-decoration: underline;
}

/* body */
/*
body {
	background-color: #000000;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
*/

/* headings */
h1 {
	color:#FFFFFF;
	font-family:Tahoma;
    font-weight: normal;
	font-size:16px;
}

h2 {
	color:#FFFFFF;
	font-family:Tahoma;
    font-weight: normal;
	font-size:12px;
}

h6 {
	color:#FFFFFF;
	font-family:Tahoma;
    font-weight: normal;
	font-size:6px;
}

/* small text */
.smlwhite {
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:10px;
}

.smlblack {
	font-family:Tahoma;
	color:#000000;
	font-size:10px;
}

.smlpink {
	font-family:Tahoma;
	color:#DF3192;
	font-size:10px;
}

/* medium text */
.medwhite {
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:11px;
}

.medblack {
	font-family:Tahoma;
	color:#000000;
	font-size:11px;
}

.medpink {
	font-family:Tahoma;
	color:#DF3192;
	font-size:11px;
}

/* large text */
.lrgwhite {
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:12px;
}

.lrgblack {
	font-family:Tahoma;
	color:#000000;
	font-size:12px;
}

.lrgpink {
	font-family:Tahoma;
	color:#DF3192;
	font-size:12px;
}

/* extra large text */
.xlrgwhite {
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:16px;
}

.xlrgblack {
	font-family:Tahoma;
	color:#000000;
	font-size:16px;
}

.xlrgpink {
	font-family:Tahoma;
	color:#DF3192;
	font-size:16px;
}

/* borders */
.blackborder {
	border-width:1px;
	border-color:#000000;
}

.whiteborder {
	border-width:1px;
	border-color:#FFFFFF;
}

.greyborder {
	border-width:1px;
	border-color:#888888;
}

.pinkborder {
	border-width:1px;
	border-color:#DF3192;
}

/* misc. */
td {
	font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
}

.cap {
	color:#DF3192;
	font-weight:bold;
}

.blacktext {
	font-family:Tahoma;
	font-size:12px;
	color:#000000;
}

.whitetext {
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
}

.subheading {
	font-family:Tahoma;
	font-size:15px;
	color:#ffffff;
}

.errorBox {
    background-color: #660000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    padding: .5em;
    width:580px;
}

.errorBox2 {
    background-color: #660000;
    font-family: verdana, arial, helvetica, sans-serif;
/*    font-size: 0.8em; */
    font-weight: bold;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
/*    padding: .5em; */
/*    width:580px; */
}