/* Cascading Style Sheet for 2xlnetworks.com */
/* $Id: basic.css,v 0.2 2003/05/13 06:12:16 pete Exp pete $ */


/* ******************************************************************************* */	
/* body style for the page */

body {
	margin: 10px;
	padding: 0px;
	color: #000;
	background-color: #fff;
}

	
/* ******************************************************************************* */	
/* heads */

h1 {
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, sans-serif;
	font-weight: bold;
	font-size: x-large;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: 100%;
	color: #003;
	background-color: #fff;
}


h2 {
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, sans-serif;
	font-weight: bold;
	font-size: large;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: 100%;
	color: #003;
	background-color: #fff;
}


h3 {
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, sans-serif;
	font-weight: bold;
	font-size: medium;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: 100%;
	color: #003;
	background-color: #fff;
}


h4 {
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, sans-serif;
	font-weight: bold;
	font-size: small;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: 100%;
	color: #003;
	background-color: #fff;
}


h5 {
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, sans-serif;
	font-weight: bold;
	font-size: small;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: 100%;
	color: #003;
	background-color: #fff;
}
	
h6 {
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, sans-serif;
	font-weight: bold;
	font-size: small;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: 100%;
	color: #003;
	background-color: #fff;
}


p, blockquote, ul, ol, li, dt, dd, dl {
	font-size: medium;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, sans-serif;
	line-height: 125%;
}


p.footer {
	font-size: small;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, sans-serif;
	line-height: 110%;
	margin: 30px 5px 2px 170px;
}

img {
	border: none;
}
	
hr {
	border-width: 0px 0px 1px 0px;
}

/* ******************************************************************************* */	
/* fixed-width stuff */

pre, tt, code {
	font-family: Courier, "Courier New", Monaco, monospace;
}


/* ******************************************************************************* */	
/* other stuff */

acronym {
	border-width: 0px 0px 1px 0px;
	border-color: #333;
	border-style: dotted;
}


/* ******************************************************************************* */	
/* links */ 

a:link { 
	color: #33c;
	text-decoration: underline;
}

a:visited { 
	color: #603; 
	text-decoration: underline;
}

a:active { 
	color: #f03; 
	text-decoration: none;
}

a:hover { 
	color: #c03; 
	text-decoration: none;
}



/* ******************************************************************************* */	
/* This puts the links in the menu into real lists, without bullets... */

ul.links {
	font-size: medium;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, sans-serif;
	font-weight: 500;
	list-style: none;
	line-height: 115%;
}


/* ******************************************************************************* */	
/* Form elements */

.formtxt {
	color: #000;
	background-color: #eaeaff;
	padding: 1px;
}
	
.formbttn {
	color: #000;
	background-color: #99c;
	padding: 3px;
	border-width: 1px;
	border-color: #000;
	border-style: solid;
}

	
/* ******************************************************************************* */	
/* Search form elements */

.searchformtxt {
	color: #000;
	background-color: #eaeaff;
	padding: 1px;
}
	
.searchformbttn {
	color: #000;
	background-color: #99c;
	padding: 3px;
	border-width: 1px;
	border-color: #000;
	border-style: solid;
}


/* ******************************************************************************* */	
/* Search box elements */

.searchtxt {
	color: #000;
	background-color: #eaeaff;
	border-width: 1px;
	border-color: #eaeaff;
	border-style: solid;
	padding: 1px;
	margin: 1px 1px 1px 5px;
}
	
.searchbttn {
	color: #000;
	background-color: #99c;
	border-width: 1px;
	border-color: #000;
	border-style: solid;
	padding: 3px;
	margin: 1px 1px 1px 5px;
}






