@charset "utf-8";
/* CSS Document */

#main {
width:620px;
margin:0px auto 0px auto;
}

.red{
color:#FF0000;
font-weight:bold;
}
#body img {
margin:0px;
padding:0px;
border:0px;
}

/*
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#000000;
margin:0px;
color:#FFFFFF;
}

body a {
color:#99FF66;
}

#header a {
font-size:15px;
font-weight:bold;
color:#FFFFFF;
}

#body {
padding:5px;
}


#faqbody {
padding:10px;
text-align:left;
}

/*#footer {
text-align:center;
font-size:10px;
color:#999999;
font-weight:bold;
}

#footer a {
font-size:12px;
color:#CCCCCC;
}*/

h2 {
color:#FF0000;
font-size:14px;
}

h3 {
color:#FF0000;
font-size:16px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

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

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

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

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 25px; /*position where enlarged image should offset horizontally */
}