/* 
Andre Choi
SACREX
support@sacrex.com
GinaKhanStyles.css
http://www.ginakhan.com
*/
p {  font-family:  Verdana, Arial, Helvetica; font-size: 12px; line-height: 20px; font-weight: normal; color: #000000 }
td { font-family:  Verdana, Arial, Helvetica; font-size: 12px; line-height: 20px; font-weight: normal; color: #000000 }
td input {  font-family:  Verdana, Arial, Helvetica; font-size: 12px; line-height: 20px; font-weight: normal; color: #000000 }
b {  font-family:  Verdana, Arial, Helvetica; font-size: 12px; line-height: 20px; font-weight: bold; color: #000000 }

body { background-color: #660000;}

.smaller { font-family: Palatino, Times, serif; font-size: 12px; color:#000000 }
.footer { font-family:  Verdana, Arial, Helvetica; font-size: 11px; color:#000000 }
h1 {  font-family:  Verdana, Arial, Helvetica; font-size: 17px; line-height: 13px; font-weight: bold; color: #FFFFFF; font-variant: normal; text-transform: none}
h2 {  font-family:  Verdana, Arial, Helvetica; font-size: 12px; line-height: 12pt; font-weight: bold; color: #000000; font-variant: normal; text-transform: none}
h3 { font-family:  Verdana, Arial, Helvetica; font-size: 15px; line-height: 15px; font-weight: bold; color: #000000;}
strong { font-family:  Verdana, Arial, Helvetica; font-size: 15px; line-height: 19px; text-decoration: none; font-weight: bold; letter-spacing: 0.03em}

A:link { color:#330066; font-family:  Verdana, Arial, Helvetica; font-size: 14px;  text-decoration: none; font-weight: bold}
A:visited {color:#330066; font-family:  Verdana, Arial, Helvetica; font-size: 14px;text-decoration: none; font-weight: bold}
A:active { color:#CC9933; font-family:  Verdana, Arial, Helvetica; font-size: 14px; text-decoration: none; font-weight: bold }
A:hover {color:#333399; background-color:#CC9933; font-family:  Verdana, Arial, Helvetica; font-size: 14px; text-decoration: none; font-weight: bold}

.footer A:link { color:#FFFFFF; font-family:  Verdana, Arial, Helvetica; font-size: 11px;  text-decoration: underline; font-weight: normal}
.footer A:visited {color:#FFFFFF; font-family:  Verdana, Arial, Helvetica; font-size: 11px;text-decoration: underline; font-weight: normal}
.footer A:active { color:#FFFFFF; font-family:  Verdana, Arial, Helvetica; font-size: 11px; text-decoration: none; font-weight: normal }
.footer A:hover {color:#FFCC33; background-color:#990000; font-family:  Verdana, Arial, Helvetica; font-size: 11px; text-decoration: none; font-weight: normal}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span
{
    /*CSS for enlarged image*/
    position: absolute;
    background-color: #ffffe0;
    padding: 5px;
    left: -1000px;
    border: 1px solid black;
    visibility: hidden;
    color: black;
    text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 10;
left: 30px; /*position where enlarged image should offset horizontally */
}
.style1 {
	color: #CC0000;
	font-weight: bold;
}
.style3 {
	font-size: 12;
	color: #330066;
}
.style4 {font-size: 12px}
.style5 {color: #330066}