BODY {
	background: White url(/images/background.gif);
	color: #000000;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 30;
	text-decoration: none;
	background-attachment: fixed;
	scrollbar-3d-light-color: #FD3F9D;
	scrollbar-arrow-color: #FD3F9D;
	scrollbar-base-color: grey;
	scrollbar-dark-shadow-color: #FD3F9D;
	scrollbar-face-color: #FFF0F7;
	scrollbar-highlight-color: WHITE;
	scrollbar-shadow-color: grey;
	font: 13px 'Arial, Helvetica, Geneva, sans-serif;
}

TD {
	font: 13px Arial, Helvetica, Geneva, sans-serif;
}

TEXTAREA {
	border-bottom-width: 1px;
	border-color: #000000;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
	font-size: 12px;
	font-weight: normal;
	text-indent: 2px;
	background-color: #FFDFEF;
	color: #000000;
}

INPUT {
	background-color: #FFDFEF;
	color: #000000;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-indent: 2px;
}

INPUT.pn-text {
	background-color: #FFDFEF;
	color: #000000;
	border-bottom-width: 1px;
	border-color: #000000;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-indent: 2px;
}

INPUT.pn-button {
	background-color: #FFDFEF;
	color: #000000;
	border-bottom-width: 1px;
	border-color: #000000;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-indent: 2px;
}

INPUT.r-button {
	background-color: #FFDFEF;
	color: #000000;
}

SELECT {
	background-color: #FFDFEF;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

SELECT.pn-text {
	background-color: #FFDFEF;
	color: #000000;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

A:link {
	background-color: transparent;
	color: #D5006A;
	text-decoration: none;
}

A:visited {
	background-color: transparent;
	color: #8A0045;
	text-decoration: none;
}

A:hover {
	background-color: transparent;
	color: #FF80C0;
	text-decoration: none;
}

A:active {
	background-color: transparent;
	color: #FF80C0;
	text-decoration: none;
}

.pn-normal {
	background-color: transparent;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.pn-light {
	background-color: transparent;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.pn-light A:link {
	background-color: transparent;
	color: #D5006A;
	font-weight: normal;
	text-decoration: none;
}

.pn-light A:visited {
	background-color: transparent;
	color: #8A0045;
	font-weight: normal;
	text-decoration: none;
}

.pn-light A:hover {
	background-color: transparent;
	color: #FF80C0;
	text-decoration: none;
}

.pn-light A:active {
	background-color: transparent;
	color: #FF80C0;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

//------------------------------

.byline {
	letter-spacing: 3px;
	font: 11px "Courier New";
}

.pn-normal A:link {
	color: #D5006A;
	text-decoration: none;
}

.pn-normal A:visited {
	color: #8A0045;
	text-decoration: none;
}

.pn-normal A:hover {
	color: #FF80C0;
	text-decoration: none;
}

.pn-normal A:active {
	color: #FF80C0;
	text-decoration: none;
}

//-----------------------


.link-footer {
	background-color: #FFDDEF;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-topleft: 0px;
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

.roundbox-med {
	background-color: #FFCCE4;
	opacity: 0.85;
	filter: alpha(opacity=85);
	zoom: 1;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
}

.roundbox-lt {
	background-color: #FFEAF4;
	opacity: 0.85;
	filter: alpha(opacity=85);
	zoom: 1;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
}

.pn-title {
	color: Black;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.pn-title_white {
	background-color: #FF3E9E;
	color: White;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
}

.pn-title A:link {
	background-color: transparent;
	color: #DD006F;
	font-weight: bold;
	text-decoration: none;
}

.pn-title A:visited {
	background-color: transparent;
	color: #FF359A;
	font-weight: bold;
	text-decoration: none;
}

.pn-title A:hover {
	background-color: transparent;
	color: #FF75BA;
	font-weight: bold;
	text-decoration: none;
}

.pn-title A:active {
	background-color: transparent;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.pn-titlepink {
	background-color: #FFD2E9;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.pn-sub {
	background-color: transparent;
	color: Black;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.pn-sub A:link {
	background-color: transparent;
	color: #D5006A;
	font-style: normal;
	text-decoration: none;
}

.pn-sub A:visited {
	background-color: transparent;
	color: #FF359A;
	font-style: normal;
}

.pn-sub A:hover {
	background-color: #FFFFFF;
	color: #FF75BA;
	text-decoration: none;

}

.pn-sub A:active {
	background-color: transparent;
	color: #FF0000;

	font-style: normal;
}

.fineprint {
	background-color: transparent;
	color: #cc6699;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.fineprint A:link {
	background-color: transparent;
	color: #D5006A;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
}

.fineprint A:visited {
	background-color: transparent;
	color: #FF359A;
	font-size: 10px;
	font-style: normal;
}

.fineprint A:hover {
	background-color: #FFFFFF;
	color: #FF75BA;
	text-decoration: none;
	font: normal 600 10px;
}

.fineprint A:active {
	background-color: transparent;
	color: #FF0000;
	font-size: 10px;
	font-style: normal;
}

.superfine {
	background-color: transparent;
	color: #666666;
	font-size: 9px;
	font-style: normal;
}

.pn-logo {
	background-color: transparent;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

A.pn-logo:link {
	background-color: transparent;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: none;
}

.byline {
	letter-spacing: 3px;
	font: 11px "Courier New";
}

A.pn-logo:visited {
	background-color: transparent;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: none;
}

A.pn-logo:hover {
	background-color: #B1B78B;
	background-color: transparent;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: none;
}

A.pn-logo:active {
	background-color: transparent;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: none;
}

.pn-logo-small {
	background-color: transparent;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.footerbig {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold
}

.pn-pagetitle {
	background-color: #FF3E9E;
	color: White;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	padding-left: 10px;
	padding: 5px;
}

.pn-pagetitle A:visited {
	background-color: #FF3E9E;
	color: White;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	padding-left: 10px;
	padding: 5px;
}

.pn-pagetitle A:link {
	background-color: #FF3E9E;
	color: White;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	padding-left: 5px;
	padding: 3px;
}

.pn-pagetitle A:active {
	background-color: #FF3E9E;
	color: White;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	padding-left: 5px;
	padding: 3px;
}

.pn-pagetitle A:hover {
	background-color: #FF3E9E;
	color: White;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	padding-left: 5px;
	padding: 3px;
}

.footerbig A:visited {
	color: #E60073;
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold
}

.footerbig A:link {
	color: #E60073;
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold
}

.footerbig A:active {
	color: #E60073;
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold
}

.footerbig A:hover {
	color: #E60073;
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold
}

.pn-pagetitleblack {
	background-color: transparent;
	color: Black;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.pn-pagetitlewhite {
	background-color: #000000;
	color: white;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 3px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	padding-left: 10px;
	padding: 5px;
}

.image-border {
	border: 1pt solid #FF3E9E;
}

.image-border A:link {
	border: 1pt solid #FF3E9E;
}

.image-border A:hover {
	border: 1pt solid #9a235e;
}

.pn-pagesubtitle {
	background-color: #FF3E9E;
	color: White;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration: none;
}

.pn-pagesubtitle A:visited {
	background-color: #FF3E9E;
	color: White;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration: none;
}

.pn-pagesubtitle A:link {
	background-color: #FF3E9E;
	color: White;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration: none;
}

.pn-pagesubtitle A:active {
	background-color: #FF3E9E;
	color: White;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration: none;
}

.pn-pagesubtitle A:hover {
	background-color: #FF3E9E;
	color: white;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration: none;
}

.pn-pagetitle-lt {
	background-color: transparent;
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.button, .formbox {
	background-color: #FFDFEF;
	font-size: 12px;
	font-weight: regular;
	color: #000000;
	border-style: none;
	padding: 4px 10px;
}

<SCRIPT LANGUAGE="JavaScript">

  Begin
var MSIE=navigator.userAgent.indexOf("MSIE");
var NETS=navigator.userAgent.indexOf("Netscape");
var OPER=navigator.userAgent.indexOf("Opera");
if((MSIE>-1) || (OPER>-1)) {
	
}

else {
	
}

// End 
</SCRIPT>


.class {
	border-style: solid;
	border-width: 2px;
}

.twtr-doc {
	font-size: 11px;
}

.twtr-doc a {
	font-size: 10px;
}

.quote {
	font-size: 10px;
	color: #bb247b;
	background-color: #fee9f3;
		-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-top: 2px;
}
