/* -----------------------------------------------------------------
PROJECT:		2010: Fact or Fiction
VERSION:		1.0
LAST CHANGE:	2010/05/26
----------------------------------------------------------------- */


/* GLOBAL STYLES */

:link img {
  border: none;
}

a img {
   border-style: none;
}

body {background-color: #000000;}

a:link {color: #6c4298; text-decoration: none;}
a:visited {color: #6c4298; text-decoration: none;}

a:hover {color: #135d87; text-decoration: underline;}
a:active {color: #6c4298; text-decoration: none;}


/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/


.BodyText {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13pt;
	color: #000000;
}
.BodyText2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16pt;
	color: #000000;
}
.h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26pt;
	color: #382b64;
	font-weight: bold;
	letter-spacing: -1px
}
.h1a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18pt;
	color: #000000;
	font-weight: bold;
	letter-spacing: -1px
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #1f4a60;
	letter-spacing: -1px
}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #1f4a60;
	letter-spacing: -1px
}
.h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #28607d;
	letter-spacing: -1px
}
.SubText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
	text-align: justify
}
.SubText2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #53849E;
}
.SubText3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #1a3c4e;
}
.SubNavLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	color: #776679;
	font-weight: bold;
}
.NavLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	color: #000000;
	font-weight: bold;
}
.SmallLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}


/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/


/* ALT-LINKS & TEXT */


.mainlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #A3BDCC;
}
.lessonnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	line-height: normal;
	font-weight: normal;
	color: #D7E1FB;
}
.copyright {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	color: #d8d1cc;
}

.mainlinks a:link {color: #A3BDCC; text-decoration: none;}
.mainlinks a:visited {color: #A3BDCC; text-decoration: none;}
.mainlinks a:hover {color: #487C92; text-decoration: none;}
.mainlinks a:active {color: #487C92; text-decoration: none;}

.lessonnav a:link {color: #94A5FF; text-decoration: underline;}
.lessonnav a:visited {color: #94A5FF; text-decoration: underline;}
.lessonnav a:hover {color: #CCCCCC; text-decoration: none;}
.lessonnav a:active {color: #CCCCCC; text-decoration: none;}

.copyright a:link {color: #A3BDCC; text-decoration: none;}
.copyright a:visited {color: #A3BDCC; text-decoration: none;}
.copyright a:hover {color: #487C92; text-decoration: underline;}
.copyright a:active {color: #487C92; text-decoration: none;}


/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/


/* IMAGES */

.imgcssbodytop {
	background-image: url(images/img-body-norep.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.imgcssbotleft {
	background-image: url(images/img-css-bot-left.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.imgcssbotright {
	background-image: url(images/img-css-bot-right.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.imgcssbodybot {
	background-image: url(images/img-body-footer-norep.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.imgfooter {
	background-image: url(images/img-css-bot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.imgcsstopleft {
	background-image: url(images/img-css-top-left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.imgcsstopright {
	background-image: url(images/img-css-top-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

