/*-----------------------------------------------------------------------------*/

/* basic elements */

body{
color:#FFFFFF;
background-color:#000000;
margin:0px;
padding:0px;
}

/* make everything sans-serif */
html, body, table, td, th, h1, h2, h3, h4, h5, h6, p, a, span, div, input, select, textarea
{
font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
font-weight: normal;
}

/*-----------------------------------------------------------------------------*/
/* tables */

table.myph1 td {
border:1px solid #CCCCCC;
}

td {
font-size: 10px;
}

td.thwhite {
font-weight:bold;
color:#FFFFFF;
}

td.thbgwhite {
font-weight:bold;
color:#FFFFFF;
background-image:url(images/header-table-bg.gif);
}

td.mailTD {
	border-bottom: 1px solid #CCCCCC;
}

td.mailTDpad {
	border-bottom: 1px solid #CCCCCC;
	padding-left: 3px;
	padding-right: 3px;
}

td.mailTDvl {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-left: 3px;
	padding-right: 3px;
}

td.mailTDvlnopad {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

td.faq {
text-align:justify;
padding-bottom:10px;
padding-top:10px;
}

table.outline {
	border: 1px solid #c0c0c0;
}

table.outlinenobtm {
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}


/* texts */

h1 {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 0;
	font-size: 10px;
	font-weight: normal;
}

h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 10px;
	font-weight: bold;
}

p {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

.text12 { 
	font-size: 12px;
}

.text10 {
	font-size: 10px;
}

/*-----------------------------------------------------------------------------*/

/* basic links */
a{color:#FFFFFF;font-weight: bold;text-decoration:none;}
a:link{color:#FFFFFF;font-weight: bold;text-decoration:none;}
a:visited{color:#FFFFFF;font-weight: bold;text-decoration:none;}
a:hover{color:#FFFFFF;font-weight: bold;text-decoration:none;}
a:active{color:#FFFFFF;font-weight: bold;text-decoration:none;}

/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/* links */

a.menu:link {color: #999999; text-decoration: none}
a.menu:visited {color: #999999; text-decoration: none}
a.menu:hover {color: #FFFFFF; text-decoration: underline}

/*-----------------------------------------------------------------------------*/
/* objects */

input {
	font-weight: normal;
	font-size: 11px;
}

input.field {
	background-color:#FFFFFF;
	border: 1px solid #999999;
	width: 160px;
}

input.fieldmb {
	background-color:#FFFFFF;
	border: 1px solid #999999;
	width: 553px;
}

input.write {
	background-color:#FFFFFF;
	border: 1px solid #999999;
	width: 265px;
}

/*-------------------------------*/

select {
	font-weight: normal;
	font-size: 11px;
}

select.smallcombo {
	font-size: 10px;
}

/*-------------------------------*/

textarea.mb {
	background-color:#FFFFFF;
	border: 1px solid #999999;
	width: 553px;
	font-size: 11px;
	height: 170px;
}

textarea.write {
	background-color:#FFFFFF;
	border: 1px solid #999999;
	width: 265px;
	font-size: 11px;
	height: 120px;
}

/*-------------------------------*/

.button {
	font-size: 11px;
	color: #000000;
	background-color: #CCCCCC;
	height: 20px;
	width: 100px;
	border-top: 1px outset #FFFFFF;
	border-right: 1px inset #666666;
	border-bottom: 1px inset #666666;
	border-left: 1px outset #FFFFFF;
	cursor: hand;
}

.buttonsmall {
	font-size: 11px;
	color: #000000;
	background-color: #CCCCCC;
	height: 20px;
	width: 70px;
	border-top: 1px outset #FFFFFF;
	border-right: 1px inset #666666;
	border-bottom: 1px inset #666666;
	border-left: 1px outset #FFFFFF;
	cursor: hand;
}

.buttonsupersmall {
	font-size: 11px;
	color: #000000;
	background-color: #CCCCCC;
	height: 20px;
	width: 30px;
	border-top: 1px outset #FFFFFF;
	border-right: 1px inset #666666;
	border-bottom: 1px inset #666666;
	border-left: 1px outset #FFFFFF;
	cursor: hand;
}

.buttonlarge {
	font-size: 11px;
	color: #000000;
	background-color: #CCCCCC;
	height: 20px;
	width: 140px;
	border-top: 1px outset #FFFFFF;
	border-right: 1px inset #666666;
	border-bottom: 1px inset #666666;
	border-left: 1px outset #FFFFFF;
	cursor: hand;
}

/*-------------------------------*/

form {
	margin-bottom: 0;
	padding-bottom: 0;
}

/*-------------------------------*/

img {
	border:0px;
}

image.outlinedimage {
	border: 1px solid #999999;
}

/*-------------------------------*/

.browse {
	font-size: 11px;
	background-color:#FFFFFF;
	border: 1px solid #999999;
}
