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

body{margin:0; padding:0; background:#fff url(../images/bg.jpg) repeat; font-family:"Verdana", Arial, Helvetica, sans-serif; font-size:12px; color:#fff; font-weight:normal;}
table, tr, td{border:none; border-collapse:collapse; padding:0;}
a img{border:none;}
a:link{font-size:12px; color:#FFF; text-decoration:none; font-weight:bold;}
a:hover{font-size:12px; color:#000; text-decoration:underline; font-weight:bold;}
a:visited{font-size:12px; color:#336666; text-decoration:none; font-weight:bold;}
.spacer {font-size:0; line-height:0; clear:both;}

h1{font-size:12px; font-weight:normal; margin:10px 0 0 10px; padding:0;}
h6{font-family:"Tahoma", Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; color:#333; margin:0; padding:0; font-variant:small-caps;}
h2{font-family:"Book Antiqua", "Bookman Old Style", Courier, "Courier New", "Times New Roman"; font-size:36px; font-variant:small-caps; margin:44px 0 0 20px; padding:0; color:#999;}
h3{font-family:"Book Antiqua", "Bookman Old Style", Courier, "Courier New", "Times New Roman"; font-size:36px; font-variant:small-caps; margin:44px 0 0 20px; padding:0; color:#666666;}
h4{font-family:"Book Antiqua", "Bookman Old Style"; font-size:20px; font-variant:small-caps; color:#ffffff; text-align:center;}


* :focus {outline: none;}

/* the following rules apply only to IE6 */
* html{}
* html body{}
* html .foo{}

/* the following rules apply only to IE7 */
*+html .foo{}

/*png fixing*/
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}