/*	
	About Time IGs Stylesheet
*/


/*	
	Removes link border from favorites script
*/
#addBookmarkContainer a img {
  border: 0 none;
}


/*	
	General Page Setup & Link Styles
*/
body {
	background-color: #000000;
	background-image: url();
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #996699;
	text-decoration: none;
}
a:visited {
	color: #669999;
	text-decoration: none;
}
a:hover {
	color: #6666CC;
	text-decoration: underline;
}
a:active {
	color: #CC6666;
	text-decoration: none;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #CCCCCC;
}


/*	
	Heading Styles
*/
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}


/*	
	Text Styles 
*/

.Bold {font-weight: bold; }
.BoldItalic {font-weight: bold; font-style: italic; }
.ColorRed{color: #FF0000}
.ColorRedBold{color: #FF0000; font-weight: bold; }
.ColorBlack {color: #000000}
.FirstLetter {font-size: 18px; font-weight: bold; }
.Italic {font-style: italic; }
.PricePurple {font-size: 30px; font-weight: bold; font-style: italic; color: #660099; }
.PriceBlue {font-size: 30px; font-weight: bold; font-style: italic; color: #0033FF; }
.PriceGreen {font-size: 30px; font-weight: bold; font-style: italic; color: #009966; }
.PriceRed {font-size: 30px; font-weight: bold; font-style: italic; color: #CC3333; }
.PriceSold {font-size: 30px; font-weight: bold; font-style: italic; }
.Small {font-size: 12px}
.SmallBold {font-size: 12px; font-weight: bold; }
.TwitterTeal {color: #317CC0; font-weight: bold; }















/*	

Place on page:

--------------------------------

<head>
<link rel="STYLESHEET" type="text/css" href="/styles/ATIG.css">
</head>


--------------------------------

*/


