/* Cascading Style Sheet for article pages in The Virtual Chase */
/* Created 19 December 2002, modified on 21 September 2007 */

/* added features for tvc_article.css */

p.originalpublish {
  margin-left: 40px; /* used to replace blackquote */
  margin-right: 40px;
	font-size: xx-small;
	font-weight: bold;
	text-align: center; 
}

p.inline {
  margin-left: 40px; /* used to replace blackquote */
  margin-right: 40px;
  margin-bottom: 1.17em;
	font-size: x-small;
	background: transparent;
	color: #003366;	
	font-weight: bold;
	text-align: center;
}

p.smallnocolori {
 	font-size: x-small;
 	font-style: italic;
}

p.smallnocolor {

	font-size: x-small;
}

p.smallnocolor2 {

	font-size: x-small;
	font-weight: bold;

}

h4.article {
	font-size: x-small;
	background: white;
	color: #003366;
}


blockquote.originalpublish {
	font-size: xx-small;
	font-weight: bold;
	text-align: center; 
}

blockquote.inline {
	font-size: x-small;
	background: transparent;
	color: #003366;	
	font-weight: bold;
	text-align: center;
}

/* tvc_main.css */
body { 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: white;
	color: black;

}

h1, h2, h3, h4, h5, h6 {

	font-family: Verdana, Helvetica, Arial, sans-serif;

}

p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

a:link {

	background: transparent;
	color: blue;
	text-decoration: underline;

}

a:visited {

	background: transparent;
	color: #800080;
	text-decoration: underline;

}


a:active {

	background: transparent;
	color: red;
	text-decoration: underline;

}

hr {
	height: 4px;
	width: 50%;
	background: #003366;
	margin-top: 0%;
	margin-left: 0%;
	margin-bottom: 0%;
}

/* Headings */

h1 {
	font-size: large;
	background: white;
	color: #003366;
}


h2 {
	font-size: medium;
	background: white;
	color: #003366;
}

h3 { 
	font-size: small;
	background: white;
	color: #003366;
}

h4 {
	font-size: x-small;
	background: white;
	color: #003366;
}



/* Special Paragraphs */


p.smallxx {

	font-size: xx-small;

}

p.smallxx2 {

	font-size: xx-small;
	font-weight: bold;

}

p.small {

	font-size: x-small;
	background: transparent;
	color: #003366;
}

p.small2 {

	font-size: x-small;
	font-weight: bold;
	background: transparent;
	color: #003366;
}


p.med {

	font-size: small;

}

p.caption1 {

	font-size: x-small;
	font-weight: bold;
	background: #e7e8e9;
	color: #003366;
}

p.caption2 {

	font-size: x-small;
	font-weight: bold;
	background: transparent;
	color: #003366;
}

ol.small {

	font-size: x-small;

}

ul.small {

	font-size: x-small;

}



/* End Special Paragraphs */


/* TVC Articles */

body.articles {

	background: #003366 url(../images/background.gif);
	color: black;

}

/* End TVC Articles */