/*******************************************

DO NOT MODIFY

*******************************************/

/* sets the default font style and size for all elements
   normally, just BODY should do, but the other items are being included for
   browser CSS support bugs and other problems
*/
BODY, FONT, SELECT, FORM, DIV, TABLE, TD, TH, P, OL, UL, DL, DD, DT, H1, H2, H3, BLOCKQUOTE, H4, H5, H6, ADDRESS, SPAN 
     {font-size: 15px; font-family: "Arial", "Helvetica", "sans-serif"; }

BODY {background-color: #FFFFFF}

h1	{font-size: 26px; color:#005263; font-weight: bold}
h2	{font-weight: bold; font-size: 23px; color:#005263}
h3	{font-weight: bold; font-size: 17px; color:#005263}	

A:link 		{color:#730063}
A:visited	{color:#8C007B}
A:active	{color:#006B84}
A:hover		{color:#083194}


.bold 	    {font-weight: bold}
.small		{font-size: 90%}
.xsmall		{font-size: 70%}

.code			{font-family: "Courier", "monospace"; font-size: 90%; color:#218429}
.code-highlight	{font-family: "Courier", "monospace"; font-size: 90%; color:#FF0000}
.dotNetSampleCode			{font-family: "Courier", "monospace"; font-size: 12px}
.dotNetSampleCodeComment		{font-family: "Courier", "monospace"; font-size: 12px; color:#218429}
.dotNetSampleCodeHighlight		{font-family: "Courier", "monospace"; font-size: 12px; background:yellow}

tr.head 	{font-weight: bold; background-color: #ccccff; padding: 0; border: thin solid white}
tr.row 		{background-color : #EFEBEF; padding: 0; border: thin solid white}
td.head 	{font-weight: bold; background-color: #ccccff; padding: 0; border: thin solid white}
td.row 		{background-color : #EFEBEF; padding: 0; border: thin solid white}


/*spam trap for support forms*/
#MyTrp99 {display:none;}

/* BACKWARDS COMPATIBILITY */
#bbold			{text-decoration: none; color:#005263; font-size: 17px; font-weight: bold}
.qs_td			{background-color : #EFEBEF; padding: 0; border: thin solid white}
.qs_th			{font-weight: bold; background-color: #ccccff; padding: 0; border: thin solid white}
font.heading	{color:#005263; font-weight: bold}	

/* BROWSER COMPATIBILITY */
INPUT {font-size: 15px;} /* forces font size on NS 4/6.  forcing font face causes text size to be ignored */
