@charset "UTF-8";
/* CSS Document */
/*yahoo reset  start*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*yahoo reset  end*/

body {
	background: #F05A28 url(images/font-face.png) top center no-repeat;
	font-family: DeliciousRoman;
	line-height: normal;
	color:#666666;
	font-size:10pt;
	padding-bottom: 80px;
}
.title {
	color:#FFFFFF;
	font-size:100px;
	height:85px;
	margin:84px auto;
	overflow:hidden;
	text-align:center;
	width:600px;
	line-height:120px;
	cursor:pointer;
}
.hide_if_javascript_enabled {
	width:900px;
	margin:50px auto;
	padding:50px;
	background-color:#FFFFFF;
	float:left;
}
.hide_if_javascript_enabled a {
	color:#000;
}
.clear {
	clear:both;
}
.right {
	float:right;
}
.one_col, .two_col, .three_col {
	width:28%;
	margin: 0 0 0 4%;
	float:left;
	padding-top: 20px;
}
.two_col {
	width:59%;
}
.three_col {
	width:94%;
}
.clear {
	clear:both;
}
.right {
	float:right;
}
.left {
	float:left;
}
img {
	margin:	0 20px 20px;
}
#TB_window ul.example li {
	font-size:14pt;
	list-style: none;
}
strong, #TB_ajaxWindowTitle {
	font-family:DeliciousBold;
}
strong strong {
	font-family:DeliciousHeavy;
}
em {
	font-family:DeliciousItalic;
}
strong em, em strong {
	font-family:DeliciousBoldItalic;
}
.smallcaps {
	font-family:DeliciousSmallCaps;
}
p {
	margin-top:7px;
	line-height: 12pt;
}
h1, h2, h3, h4, h5, h6 {
	font-family:DeliciousHeavy;
	margin-top: 10px;
}
h1 {
	font-size:18pt;
	line-height: 22pt;
}
h2, #TB_ajaxWindowTitle {
	font-size:16pt;
	line-height: 20pt;
}
h3 {
	font-size:14pt;
	line-height: 18pt;
}
h4 {
	font-size:12pt;
	line-height: 16pt;
}
h5 {
	font-size:10pt;
	line-height: 14pt;
}
h6 {
	font-size:8pt;
	line-height: 12pt;
}
a {
	color:#fff;
	text-decoration:none;
}
#TB_window ul li {
	list-style-position:inside;
	list-style-type:disc;
	list-style-image:none;
	margin-top: 5px;
}
#TB_window ol li {
	list-style-position:inside;
	list-style-type: decimal;
	list-style-image:none;
	margin-top: 5px;
}

#TB_window ol li, #TB_window ul li {
	margin-left:25px;
}
.lime {
	font-family:DeliciousRoman;
}
.green {
	font-family:DeliciousItalic;
}
.cyan {
	font-family:DeliciousBold;
}
.blue {
	font-family:DeliciousBoldItalic;
}
.orange {
	font-family:DeliciousHeavy;
}
.darkorange {
	font-family:DeliciousSmallCaps;
}
.grey, #TB_title, blockquote {
	background-color:#4D4D4D;
	color:#F2F2F2;
	font-size:13pt;
	line-height:17pt;
	padding:17px;

}
blockquote {
	margin: 10px 0;
	}
blockquote p {
	margin:0;
}
#TB_title {
	width:auto;
}







@font-face {
  font-family: DeliciousRoman;
  src: url(delicious/DelicRom.eot);
  font-weight:400;
}
@font-face {
  font-family: DeliciousItalic;
  src: url(delicious/DelicIta.eot);
  font-weight:400;
}
@font-face {
  font-family: DeliciousBold;
  src: url(delicious/DelicBol.eot);
  font-weight:700;
}
@font-face {
  font-family: DeliciousBoldItalic;
  src: url(delicious/DelicBolIta.eot);
  font-weight:700;
}
@font-face {
  font-family: DeliciousHeavy;
  src: url(delicious/DelicHea.eot);
  font-weight:900;
}
@font-face {
  font-family: DeliciousSmallCaps;
  src: url(delicious/DelicSmaCap.eot);
  font-weight:400;
}





@font-face {
  font-family: DeliciousRoman;
  src: url(delicious/DelicRom.ttf);
  font-weight:400;
}
@font-face {
  font-family: DeliciousItalic;
  src: url(delicious/DelicIta.ttf);
  font-weight:400;
}
@font-face {
  font-family: DeliciousBold;
  src: url(delicious/DelicBol.ttf);
  font-weight:700;
}
@font-face {
  font-family: DeliciousBoldItalic;
  src: url(delicious/DelicBolIta.ttf);
  font-weight:700;
}
@font-face {
  font-family: DeliciousHeavy;
  src: url(delicious/DelicHea.ttf);
  font-weight:900;
}
@font-face {
  font-family: DeliciousSmallCaps;
  src: url(delicious/DelicSmaCap.ttf);
  font-weight:400;
}
label, input, textarea, .submit {
	border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    clear: both;
    float: left;
    font-family: DeliciousRoman;
    font-size: 10pt;
    padding: 7px;
    width: 230px;
}
label {
	border: 0 none;
}
input[type="submit"] {
	background: none repeat scroll 0 0 orange;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    font-size: 14px;
    margin: 5px 0;
    width: 100%;
}
textarea {
	height:200px;
}
dl.table-display {
	width: 100%;
	margin: 0;
	padding: 0;
	clear:both;
}

.table-display dd, .table-display dt {
	float: left;
	width: 20%;
	margin: 0 0 0 0;
	padding: 10px;
	border-bottom: 1px solid #f0f0f0;
}
.table-display dt, #TB_window .table-display dt a  {
	background-color:#4D4D4D;
	color:#F2F2F2;
}

.table-display dd {
	width: 74%;
}
#TB_window a {
	color:#000000;
}

#twitter_link {
	background: transparent url(images/tweet.png) left top no-repeat;
	display:block;
	width: 100px;
	height:20px;
	overflow:hidden;
	text-indent: 200px;
}
#twitter_link:hover {
background-position:right;
}

.subject_div {
	display: none;
}
#google_announcement_link {
position:absolute;
top:0;
right:0;
}
#google_announcement_link img {margin:0;}


#TB_closeAjaxWindow {
    color: #CCCCCC;
    left: 5px;
    padding: 0;
    position: absolute;
    text-align: right;
    top: -30px;
}
#TB_closeAjaxWindow a {
	background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    padding: 3px 7px;
}
#TB_title {
}
#advert {
	left: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

body .one .bsa_it_ad {
    background: none repeat scroll 0 0 #222222;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;

    border: 0;
    padding: 0;
}
body .one .bsa_it_ad:hover img { -moz-box-shadow: 0 0 3px #000; -webkit-box-shadow: 0 0 3px #000; box-shadow: 0 0 3px #000; }
body .one .bsa_it_ad .bsa_it_i {
	display: block;
    float: right;
    margin: 0;
    padding: 0;
}
body .one .bsa_it_ad .bsa_it_i img {
	border: medium none;
    margin: 10px;
    padding: 0;
}
body .one .bsa_it_ad .bsa_it_t {
	color: #FFFFFF;
    padding: 6px 0;
    position: absolute;
    right: 150px;
    top: 5px;
}
body .one .bsa_it_ad .bsa_it_d {
	color: #CCCCCC;
    font-size: 12px;
    line-height: 17px;
    padding: 0;
    position: absolute;
    right: 150px;
    top: 28px;
}
body .one .bsa_it_p { display: none; }
body #bsap_aplink, body #bsap_aplink:hover {
	color: #999999;
    display: block;
    font-size: 10px;
    position: absolute;
    right: 150px;
    text-align: right;
    top: 100px;
}