*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

body { margin: 0; }

	  .whtnote
{ 
     border: solid 1px #c8c8c8;
     background-color: #fff; 
     border-radius: 0px;
     padding: 0px; 
}

.blknote
{ 
     text-decoration:none;
     background-color: #7c7c7c;
   line-height: 24px;
          border-radius: 2px;
     padding: 2px 4px;
	 font-size: 10pt;
	 color: #fff;
	 font-family: Arial, sans-serif;
	 white-space:nowrap;
}

.columnsContainer, footer, header { position: relative; margin: .5em; }

.leftColumn, .rightColumn, footer, header {  border: 1px solid  #fff; padding: 0px; }

.leftColumn { margin-bottom: .1em; }

.style2{ font-family: Arial, Helvetica, sans-serif;font-size: 20pt;font-style: normal;color: #000000; }

.nav {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.nav > li,
.nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.inline-items {
  margin-top: 0;
}

.inline-items li {
  margin-left: 0;
  border-left: 1px solid black;
  padding-left: 10px;
  padding-right: 10px;
}

.inline-items li:first-child {
  margin-left: 0;
  border: none;
  padding-left: 0;
  padding-right: 10px;
}

.inline-items li:last-child {
  padding-right: 0;
}

/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
  .leftColumn { margin-right: 19.5em; }

	.rightColumn { position: absolute; top: 0; right: 0; width: 18.75em; }   
}

@media all and (max-width: 768px) {
  .block-three { 
    padding-left: 20px;

	
  }}

 /**
 * 1.0 Base
 * -----------------------------------------------------------------------------
 */
 
/**
 * 1.1 Reset Styling
 * -----------------------------------------------------------------------------
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tfoot, thead,article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

textarea#styled {
	width: 600px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-image: url(https://www.nycastings.com/images2/bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.textstyledsmall {
	width: 140px;
	height: 38px;
	border: 1px solid #cccccc;
	padding: 3px;
	font-family: Tahoma, sans-serif;
	background-position: bottom right;
	background-repeat: no-repeat;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, img {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
 

/**
 * 1.2 General Style
 * -----------------------------------------------------------------------------
 */
body {
	margin: 0 auto;
}
::selection {
	color: #fff;
}
::-moz-selection {
	color: #fff;
}
img {
	border: none;
	max-width: 100%;
	height:auto;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}
h1 { 
	font-size: 30px; 
}
h2 { 
	font-size: 26px; 
}
h3 { 
	font-size: 22px; 
}
h4 { 
	font-size: 20px; 
}
h5 { 
	font-size: 18px; 
}
h6 { 
	font-size: 16px; 
}
a{
	color: #000;
	text-decoration: none;
}
p, 
address,
dd,
dt  {
	margin-bottom: 20px;
}
p:last-child, 
address:last-child,
dd:last-child, 
dt:last-child {
	margin-bottom: 0;
}
strong {
	font-weight: 700;
}
em,
cite,
address {
	font-style: italic;
}
ul, ol  {  
	margin-bottom: 20px; 
	margin-top: 0; 
	margin-left: 26px;
}
ul li,
ol li{ 
	margin-bottom: 10px;
}
ul li > ul, 
ol li > ol, 
ul li > ol, 
ol li > ul {
	margin-top: 10px;
}
hr {
	background: #f8f8f8;
	border: 0;
	clear: both;
	width: 100%;
	height: 2px;
	padding: 0;
	margin-bottom: 20px;
	position: relative;
}
code, pre  {
	line-height: 1.2;
	margin-bottom: 20px;
	max-width: 100%;
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
pre  {
	padding: 15px;
	background: #f8f8f8;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
code, kbd, tt, var, samp, pre {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
}
dt {
	font-weight: bold;
}
iframe, embed {
	max-width: 100%;
}
textarea { 
	white-space:pre; 
}
video {
	width: 100%;
	height: auto;
}
 
caption,
 

 
 
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
html, body{
	width: 100%;
	min-height: 100%;
}

ins {
	vertical-align: bottom;
}
fieldset {
	border: 1px solid #fff;
	padding: 10px 20px;
	margin-bottom: 20px;
}
legend {
	padding: 0 5px;
}

/**
 * 1.3 Form Style
 * -----------------------------------------------------------------------------
 */
 
input::-ms-clear {
    display: none;
}
input::-ms-reveal {
    display: none;
}
::-webkit-input-placeholder {
	color: #bbb;
}
:-moz-placeholder {
	color: #bbb;
}
::-moz-placeholder {
	color: #bbb;
}
:-ms-input-placeholder {  
	color: #bbb;
}

#pinkbtnx { height: 366px; width: 68px;}

 
input[type="checkbox"], input[type="radio"] {
	width: auto;
}

/**
 * 1.4 Wordpress Base
 * -----------------------------------------------------------------------------
 */
.wp-caption {
	max-width: 100%; 
}
.wp-caption.alignleft, 
.wp-caption.alignright {
	width: auto !important;
}
.wp-caption.aligncenter, 
.wp-caption.alignnone, 
.gallery,
.article-padding {
	margin-bottom: 20px;
}
.wp-caption-text { 
	font-style: italic;
	font-size: 14px;
	margin-top: 5px;
	text-align: right !important;
}
.gallery {
	margin-bottom: 20px !important;
}
.gallery:last-child {
	margin-bottom: 0 !important;
}
.gallery-caption {}
.gallery-item {
	margin-top: 5px !important;
}
.gallery-item img{
	border: 0 !important;
}
.alignright, 
.alignRight { 
	float: right; 
	margin-left: 25px;
	margin-top: 10px; 
	margin-bottom: 15px;
}
.alignleft, 
.alignLeft { 
	float: left; 
	margin-right: 25px; 
	margin-top: 10px;
	margin-bottom: 15px;
}
.aligncenter, 
.alignCenter { 
	text-align: center; 
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	padding-top: 8px;
}
.alignnone, 
.alignNone {
	padding-top: 8px;
}
.right { 
	text-align: right;
}
.left { 
	text-align: left;
}
.center { 
	text-align: center;
}
.sticky {}
.bypostauthor {}
.wp-smiley { 
	display: inline;
}
.small_left {
	padding-left: 55px;
}
.medium_left {
	padding-left: 110px;
}
.large_left,
.comment-sidebar-none #comments {
	padding-left: 220px;
}
.small_right {
	padding-right: 55px;
}
.medium_right {
	padding-right: 110px;
}
.large_right {
	padding-right: 220px;
}
.small_left_right {
	padding-left: 55px;
	padding-right: 55px;
}
.medium_left_right {
	padding-left: 110px;
	padding-right: 110px;
}
.large_left_right {
	padding-left: 220px;
	padding-right: 220px;
}
.full_left {
	margin-left: -28px;
}
.full_right {
	margin-right: -28px;
}
.full_left_right {
	margin-left: -28px;
	margin-right: -28px;
}
.full_left_right .wp-caption-text {
	padding-right: 28px;
	padding-left: 28px;
}

/**
 * 1.5 Typography
 * -----------------------------------------------------------------------------
 */
blockquote {
	margin-bottom: 20px;
	line-height: 1.4;
	font-style: normal;
	display: block;
	overflow: hidden;
}
blockquote:before {
	content:"\f10d";
	display: inline-block;
	font-family: Arial;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: left;
	font-size: 53px;
	margin-right: 15px;
}
blockquote .quote-name {
	margin-top: 8px;
	font-style: italic;
}
blockquote.no-icon-quote:before {
	content:none;
	margin: 0;
}
blockquote.quote-colored:before {
	margin-top: 20px;
	margin-right: 20px;
	font-size: 63px;
}
blockquote.quote-box {
	border-width: 4px; 
	border-style: solid;
	padding: 35px 25px;
	position: relative;
	margin-top: 20px;
	overflow: visible;
}
blockquote.quote-box:before  {
	position: absolute;
	font-size: 34px;
	top: -17px;
	left: 50%;
	width: 100px;
	margin: 0;
	margin-left: -50px;
	text-align: center;
	background: #fff;
}
blockquote.quote-box-avatar {
	padding-bottom: 85px;
	margin-bottom: 140px !important;
}
blockquote.quote-box-avatar .user-list {
	position: absolute;
	bottom: -125px;
	left: 50%;
	margin-left: -55px;
	width: 110px;
	min-height: 180px;
}
blockquote.quote-box-avatar img {
	display: inline-block;
}
.entry-content-text h1,
.comment-body-text h1,
.entry-content-text h2,
.comment-body-text h2,
.entry-content-text h3,
.comment-body-text h3,
.entry-content-text h4,
.comment-body-text h4,
.entry-content-text h5,
.comment-body-text h5,
.entry-content-text h6
.comment-body-text h6 {
	margin-bottom: 25px;
	margin-top: 40px;
}
.entry-content-text ul,
.comment-body-text ul,
.comment-body-text ul li {
	list-style-type: disc;
	list-style: disc;
}
.entry-content-text ol,
.comment-body-text ol,
.comment-body-text ol li {
	list-style-type: decimal; 
	list-style: decimal;
}
.dropcap {
	float: left;
	display: block;
	font-size: 36px;
	line-height: 58px;
	height: 63px;
	width: 63px;
	color: #fff;
	text-align: center;
	margin: 9px 13px 0 0;
	padding: 3px;
}
.dropcap1 {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.dropcap2,
.dropcap3,
.dropcap4,
.dropcap5 {
	background-color: transparent !important;
	font-size: 78px;
	margin: 11px 10px 0 0;
	color: inherit;
}
.dropcap4,
.dropcap5 {
	font-weight: 700;
}
.wpb_default, .wpb_default:hover {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.wpb_default.active {
	color: rgba(255, 255, 255, 0.75);
}

 /**
 * 2.0 Grid
 * -----------------------------------------------------------------------------
 */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:before,
.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

/**
 * 2.1 Grid Base
 * -----------------------------------------------------------------------------
 */
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12,
.grid-25 {
	display: inline;
	position: relative;
	float: left;
	padding-left: 14px;
	padding-right: 14px;
	min-height: 1px;
}
.grid-25 {
	width: 20%;
}
.grid-12 {
	width: 100%;
}
.grid-11 {
	width: 91.66666667%;
}
.grid-10 {
	width: 83.33333333%;
}
.grid-9 {
	width: 75%;
}
.grid-8 {
	width: 66.66666667%;
}
.grid-7 {
	width: 58.33333333%;
}
.grid-6 {
	width: 50%;
}
.grid-5 {
	width: 41.66666667%;
}
.grid-4 {
	width: 33.33333333%;
}
.grid-3 {
	width: 25%;
}
.grid-2 {
	width: 16.66666667%;
}
.grid-1 {
	width: 8.33333333%;
}

 

.white-pink {
    margin-left:auto;
    margin-right:auto;

    max-width: 100%;
    background: #FFF;
    padding: 0px 30px 20px 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    font: 14px Arial, Helvetica, sans-serif;
    color: #000;
    border-radius: 10px;
    -webkit-border-radius: 0px;
}
.colortitle {
    font: 24px "Arial", Helvetica, sans-serif;
	text-transform: uppercase;
    color: #4b965a;
	text-decoration:none;
}
.colortitle14 {
    font: 18px "Arial", Helvetica, sans-serif;
	text-transform: uppercase;
    color: #4b965a;
	text-decoration:none;
}
.white-pink h1 {
    font: 24px "Arial", Helvetica, sans-serif;
	line-height:1;
	text-transform: uppercase;
    padding: 0px 0px 0px 30px;
    display: block;
    margin: -10px -30px 10px -30px;
    color: #4b965a;
}
.white-pink h2 {
    font: 18px "Arial", Helvetica, sans-serif;
    padding: 20px 0px 0px 30px;
    display: block;
    border-bottom: 1px solid #f7f7f7;
    margin: -10px -30px 10px -30px;
    color: #000;
	max-width: 45%;
}
.white-pink h1>span {
    display: block;
    font-size: 14px;
    color: #C4C2C2;
}
.white-pink label {
    display: block;
    margin: 0px 0px 5px;
}
.white-pink label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #969696;
}
.white-pink input[type="text"], .white-pink input[type="email"], .white-pink textarea,.white-pink select{
    color: #555;
    width: 24%;
    padding: 3px 0px 3px 5px;
    margin-top: 2px;
    margin-right: 6px;
    margin-bottom: 16px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    height: 25px;
    line-height:15px;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
    box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
}
.white-pink textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 70%;
}
.white-pink .button {
    -moz-box-shadow:inset 0px 1px 0px 0px #fbafe3;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fbafe3;
    box-shadow:inset 0px 1px 0px 0px #fbafe3;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d) );
    background:-moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
    background-color:#ff5bb0;
    border-radius:9px;
    -webkit-border-radius:9px;
    -moz-border-border-radius:9px;
    border:1px solid #ee1eb5;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height: 40px;
    line-height: 30px;
    width:100px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #c70067;
}
.white-pink .button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0) );
    background:-moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
    background-color:#ef027d;
}
.white-pink .button:active {
    position:relative;
    top:1px;
}
.white-pink select {
    background: url('https://www.nycastings.com/down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('https://www.nycastings.com/down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none; 
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 40%;
    line-height: 15px;
    height: 30px;
}


.inttt {font-family: Arial, Helvetica, sans-serif;font-size: 12pt;color: #4b965a;}
.tds10wht {font-family: Arial, Helvetica, sans-serif;font-size: 10pt;font-style: normal;color: #ffffff}
.tds10whtbld {font-family: Arial, Helvetica, sans-serif;font-size: 10pt;font-style: bold;color: #ffffff}
.tds12whtbld {font-family: Arial, Helvetica, sans-serif;font-size: 12pt;font-style: bold;font-weight: bold;color: #ffffff}
.tds14whtbld {font-family: Arial, Helvetica, sans-serif;font-size: 14pt;font-style: bold;font-weight: bold;color: #ffffff}
.tds8blk {font-family: Arial, Helvetica, sans-serif;font-size: 8pt;font-style: normal;color: #000000;} 
.tds9blk {font-family: Arial, Helvetica, sans-serif;font-size: 9pt;font-style: normal;color: #000000;} 
.tds10blk {font-family: Arial, Helvetica, sans-serif;font-size: 10pt;font-style: normal;color: #000000;} 
.tds10bld {font-family: Arial, Helvetica, sans-serif;font-size: 10pt;font-style: bold;color: #000000;font-weight: bold;}
.tds12blk {font-family: Arial, Helvetica, sans-serif;font-size: 12pt;font-style: normal;color: #000000;} 
.tds12bld {font-family: Arial, Helvetica, sans-serif;font-size: 12pt;font-style: bold;color: #000000;font-weight: bold;}
.tdsorange10hilight {font-family: Arial, Helvetica, sans-serif;font-size: 10pt; background-color: #FFCC00;}
.tds10orng {font-family: Arial, Helvetica, sans-serif;font-size: 10pt;font-style: normal;color: #E19908;} 
.tds12orng {font-family: Arial, Helvetica, sans-serif;font-size: 12pt;font-style: normal;color: #E19908;} 
.tds10burg {font-family: Arial, Helvetica, sans-serif;font-size: 10pt;font-style: normal;color: #90000;} 
.tds12burg {font-family: Arial, Helvetica, sans-serif;font-size: 12pt;font-style: normal;color: #90000;}
.tds12blk {font-family: Arial, Helvetica, sans-serif;font-size: 12pt;font-style: normal;color: #000000;} 
.tds12wht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #ffffff;
}
.tds12wht2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #ffffff;
	text-align: center;
}

.tds14blk {font-family: Arial, Helvetica, sans-serif;font-size: 14pt;font-style: normal;color: #000000;} 
.tds14wht {font-family: Arial, Helvetica, sans-serif;font-size: 14pt;font-style: normal;color: #ffffff;} 
.tds14orng {font-family: Arial, Helvetica, sans-serif;font-size: 14pt;font-style: normal;color: #E19908;}
.tds14green {font-family: Arial, Helvetica, sans-serif;font-size: 14pt;font-style: normal;color: #4b965a;}
.tds14greenbld {font-family: Arial, Helvetica, sans-serif;font-size: 14pt;font-style: BOLD;color: #4b965a;}
.tds18orng {font-family: Arial, Helvetica, sans-serif;font-size: 18pt;font-style: normal;color: #E19908;}
.tds18wht {font-family: Arial, Helvetica, sans-serif;font-size: 18pt;font-style: normal;color: #ffffff;}
.tds18whtbld {font-family: Arial, Helvetica, sans-serif;font-size: 18pt;font-style: BOLD;color: #ffffff;}
.tds18blk {font-family: Arial, Helvetica, sans-serif;font-size: 18pt;font-style: normal;color: #000000;} 
.tds18bld {font-family: Arial, Helvetica, sans-serif;font-size: 18pt;font-style: bold;color: #000000;} 
.tds24blk {font-family: Arial, Helvetica, sans-serif;font-size: 24pt;font-style: normal;color: #000000;} 
.tds26blk {font-family: Arial, Helvetica, sans-serif;font-size: 26pt;font-style: normal;color: #000000;} 
.tds20wht {font-family: Arial, Helvetica, sans-serif;font-size: 20pt;font-style: normal;color: #ffffff;}
.tds24wht {font-family: Arial, Helvetica, sans-serif;font-size: 24pt;font-style: normal;color: #ffffff;}

.tds8grey {font-family: Arial, Helvetica, sans-serif;font-size: 8pt;font-style: normal;color: #808080;} 
.tds10grey {font-family: Arial, Helvetica, sans-serif;font-size: 10pt;font-style: normal;color: #808080;} 
.tds12grey {font-family: Arial, Helvetica, sans-serif;font-size: 12pt;font-style: normal;color: #808080;} 
.tds14grey {font-family: Arial, Helvetica, sans-serif;font-size: 14pt;font-style: normal;color: #808080;} 
.tds16grey {font-family: Arial, Helvetica, sans-serif;font-size: 16pt;font-style: normal;color: #808080;} 
.tds18grey {font-family: Arial, Helvetica, sans-serif;font-size: 18pt;font-style: normal;color: #808080;} 
.tds20grey {font-family: Arial, Helvetica, sans-serif;font-size: 20pt;font-style: normal;color: #808080;} 
.tds24grey {font-family: Arial, Helvetica, sans-serif;font-size: 24pt;font-style: normal;color: #808080;} 

.linkblu8 {font-family: "Arial", Helvetica, sans-serif;font-size: 8pt;font-weight: normal;color: #0000FF;font-style: normal;text-decoration: none;}
.linkblu8bld {font-family: "Arial", Helvetica, sans-serif;font-size: 8pt;font-weight: normal;color: #0000FF;font-style: bold;text-decoration: none;}
.linkblu9 {font-family: Arial, Helvetica, sans-serif;font-size: 9pt;font-style: normal;color: #0000FF;text-decoration: none;}
.linkblu10 {font-family: "Arial", Helvetica, sans-serif;font-size: 10pt;font-weight: normal;color: #0000FF;font-style: normal;text-decoration: none;}
.linkblu10bld {font-family: "Arial", Helvetica, sans-serif;font-size: 10pt;font-weight: bold;color: #0000FF;font-style: normal;text-decoration: none;}
.linkblu18bld {font-family: "Arial", Helvetica, sans-serif;font-size: 18pt;font-weight: bold;color: #0000FF;font-style: normal;text-decoration: none;}
.linkblu18 {font-family: "Arial", Helvetica, sans-serif;font-size: 18pt;font-weight: normal;color: #0000FF;font-style: normal;text-decoration: none;}
 
.linkgre10 {font-family: Arial, Helvetica, sans-serif;font-size: 10pt;font-style: normal;color: #006600;text-decoration: none;} 
.linkgre12 {font-family: Arial, Helvetica, sans-serif;font-size: 12pt;font-style: normal;color: #006600;text-decoration: none;}
.linkblu12 {font-family: "Arial", Helvetica, sans-serif;font-size: 12pt;font-weight: normal;color: #0000FF;font-style: normal;text-decoration: none;}
.linkblu14 {font-family: "Arial", Helvetica, sans-serif;font-size: 14pt;font-weight: normal;color: #0000FF;font-style: normal;text-decoration: none;}
.linkpink14 {font-family: "Arial", Helvetica, sans-serif;font-size: 14pt;font-weight: normal;color: #4b965a;font-style: normal;text-decoration: none;} 
.linkblk24 {font-family: "Arial", Helvetica, sans-serif;font-size: 24pt;font-weight: normal;color: #000000;font-style: normal;text-decoration: none;} 
.linkblu12bld {font-family: "Arial", Helvetica, sans-serif;font-size: 12pt;font-weight: bold;color: #0000FF;font-style: normal;text-decoration: none;}
.linkblk12 {font-family: "Arial", Helvetica, sans-serif;font-size: 12pt;font-weight: normal;color: #000000;font-style: normal;text-decoration: none;}
.linkblk14 {font-family: "Arial", Helvetica, sans-serif;font-size: 14pt;font-weight: normal;color: #000000;font-style: normal;text-decoration: none;}

fieldset  {
	font-face: arial, sans-serif;
	color: #666;
	background-color: #e5e5e5;
	padding: 0px;
	border: solid 1px #d3d3d3;
	width: 710px;
	}
	
legend  {
	font-face: arial, sans-serif;
	color: #333333;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #e5e5e5;
	padding: 0px 0px;
	margin-bottom: 8px;
	
	}
 
   {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-right: 8px;
	position: relative;
	display: block;
	float: left;
	width: 120px;
	}
 
.field	{
	display: inline;
	float: none;
	}
	
textarea.formInputText   {
	font-size: .8em;
	color: #666;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 35px;
	height: 55px;
	}
	
textarea.formInputText:hover {
	background-color: #ccffff;
	border: solid 1px #006600;
	color: #000;
	cursor: pointer;
	}
	
textarea.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	cursor: text;
	}
		.style1 {
	color: #FF0000;
	font-weight: bold;
	
 
}
}

a {
color:blue;
}