/* Global paragraph appearance */
p {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}

/* 
p a {color : #000000; text-decoration: none;}
p a:link {color: #000000; text-decoration: none;}
p a:visited {color: #000000; text-decoration: none;}
p a:hover {color : #FF0000; text-decoration: none;}
p a:active {color: #000000; text-decoration: none;}
*/

/* Links black with UL on hover */
a.link1         {color: #000000; text-decoration: none;}
a.link1:link    {color: #000000; text-decoration: none;}
a.link1:visited {color: #000000; text-decoration: none;}
a.link1:hover   {color: #000000; text-decoration: underline;}
a.link1:active  {color: #000000; text-decoration: underline;}

/* Links white in all states no UL */
a.staywht{color: #FFFFFF; text-decoration: none;}
a.staywht:link {color: #FFFFFF; text-decoration: none;}
a.staywht:visited {color: #FFFFFF; text-decoration: none;}
a.staywht:hover {color: #FFFFFF; text-decoration: none;}
a.staywht:active {color: #FFFFFF; text-decoration: none;}

.celltxtspace1 {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}

/* Global Cell appearance */
td {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}


.stdtxt {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}

.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.mediumtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Box all the way round with tranaparent background */
.fullbox1 {
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background: transparent;
}

.itemtitlebox {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding-left : 10px;
}

.fullbox2 {
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

.boxbot {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.boxtopsides {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.boxbotsides {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.boxRside {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.fullwhitebox {
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	padding-left : 10px;
	padding-right : 10px;
}
