BODY	{
	margin-top:	0;
	margin-left:	0;
	margin-right:	0;
	margin-bottom:	0;
	padding-top:	0;
	padding-left:	0;
	padding-right:	0;
	padding-bottom:	0;
	border-top:	0;
	border-left:	0;
	border-bottom:	0;
	border-right:	0;
	width:	100%;
	}


/* Font and Color assignments */

body	{ 
	background: #333333;
	color: #CCCCFF;
	font-family: Tahoma, Arial, 'Myriad Web', Syntax, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	}


.box	{	
	padding-top:	0px;
	padding-left:	0px;
	padding-right:	0px;
	padding-bottom:	0px;
        border-top:     1px #9999CC solid;
	border-left:	1px #9999CC solid;
	border-bottom:	1px #9999CC solid;
	border-right:	1px #9999CC solid;
	}


.title	{	
	color: #CCCCCC;
	font-size: 10px;
	text-decoration: none;
	}


.textbox	{	
	color: #CCCCCC;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	padding-top:	20px;
	padding-left:	40px;
	padding-right:	40px;
	padding-bottom:	20px;
        border-top:     1px #9999CC solid;
	border-left:	1px #9999CC solid;
	border-bottom:	1px #9999CC solid;
	border-right:	1px #9999CC solid;
	}

.text1	{ 
	color: #CCCCCC;
	font-family: Tahoma, Arial, 'Myriad Web', Syntax, sans-serif; 
	font-size: 12px;
	}

.text2	{ 
	color: #CCCCFF;
	font-family: Tahoma, Arial, 'Myriad Web', Syntax, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	}

.text3	{ 
	color: #CCCCFF;
	font-family: Tahoma, Arial, 'Myriad Web', Syntax, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	}





A:link	{
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}


A:visited {
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}


A:hover {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}

A:active {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
