/*
*	AT&T & Telecommunications
*	Created Date:        3-26-2003
*
*	Copyright © 2003 Christopher Welch. All Rights Reserved.
*/

/*
*	Section List
*	------------------------
*	Global Font Styles
*		Basic Font-faces
*		Basic Font-size
*	Tag Re-definition
*		Structure Elements
*		Text Elements
*		Replaced Elements
*/


/*-- Global Font Styles --*/
/*--------------------------*/
/*-- Basic Font-faces --*/
body,input,label,select,optgroup,button {
	font-family : Helvetica, Arial, Verdana, sans-serif;
	color : #FFFFFF;
}
textarea, pre {
	font-family : "Courier New", Courier, monospace;
}
/*-- Basic Font-size --*/
body {
	font-size : 75%; /*-- USE ONLY PERCENTAGES --*/
}
table,p,pre,input,label,select,button,textarea {
	font-size : 1em; /*-- DO NOT MODIFY THIS NUMBER UNDER ANY CIRCUMSTANCES --*/
}


/*-- Tag Re-definition --*/
/*-----------------------*/
/*-- Structure Elements --*/ 
body {
	margin : 0px 0px 0px 0px;
	padding : 50px 40px 0px 40px;
	background : #000000;
}
/*-- Text Elements --*/
p,pre {
	margin : 1.3em 0em 1.3em 0em;
	padding : 0em 0em 0em 0em;
}
blockquote {
	margin : 0em 2em 0em 2em;
	padding : 0em 0em 0em 0em;
}
address {
	margin : 1.3em 2em 1.3em 2em;
	padding : 0em 0em 0em 0em;
	font-weight : normal;
	font-style : normal;
}
h1,h2,h3,h4,h5,h6 {
	margin : 1.3em 0em 0em 0em;
	padding : 0em 0em 0em 0em;
}
h1 {
	font-size : 175%;
	font-weight : bold;
	font-style : normal;
}
h2 {
	font-size : 150%;
	font-weight : bold;
	font-style : normal;
}
h3 {
	font-size : 125%;
	font-weight : bold;
	font-style : normal;
}
h4 {
	font-size : 120%;
	font-weight : bold;
	font-style : italic;
}
h5 {
	font-size : 110%;
	font-weight : bold;
	font-style : normal;
}
h6 {
	font-size : 100%;
	font-weight : normal;
	font-style : italic;
}
em {
	font-style : italic;
	font-weight : normal;
}
strong {
	font-style : normal;
	font-weight : bold;
}
abbr,acronym,dfn,cite {
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
	color : #D7755E;
	cursor : help;
}
ins {
	font-style : normal;
	font-weight : normal;
	text-decoration : underline;
	color : #5B7B57;
}
del {
	font-style : normal;
	font-weight : normal;
	text-decoration : line-through;
	color : #7E1414;
}
a {
	text-decoration : none;
}
a:link {
	color : #D7755E;
}
a:hover {
	text-decoration : underline;
}
a:visited {
	color : #D7755E;
}
/*-- Replaced Elements --*/
a img {
	border : 0px solid;
}


/*-- Document Structure --*/
#shellHeader {
	padding-bottom : 20px;
}
#content {
	
}
#shellFooter {
	padding-top : 20px;
}


/*-- Specific Content --*/
#legalNotices p {
	font-size: 8pt;
	color : #FFFFFF;
}