/*  Suppress Linefeed after a form */
form {
	margin-bottom : 0;
	}

input, textarea {
	font-size: 10px;
	font-family: "Lucida Sans Unicoda",Verdana,Arial;
}

/* Table Defaults */
TD  {
	font-size: 10pt;
	color: #000000;
    font-family: "Lucida Sans Unicoda",Verdana,Arial;
	}

TR  {
	font-size: 10pt;
	color: #000000;
    font-family: "Lucida Sans Unicoda",Verdana,Arial;
	}

/* List Defaults */
LI  {
	font-size: 10pt;
	color: #000000;
    font-family: "Lucida Sans Unicoda",Verdana,Arial;
	}

/*  Standard Text */
P  {
	font-size: 10pt;
	color: #000000;
    font-family: "Lucida Sans Unicoda",Verdana,Arial;
	}

body  {
	background-color: #FFFFFF;
	font-size: 10pt;
	color: #000000;
    font-family: "Lucida Sans Unicoda",Verdana,Arial;
	}

.text  {
	font-size: 10pt;
	color: #000000;
    font-family: "Lucida Sans Unicoda",Verdana,Arial;
	}

text  {
	font-size: 10pt;
	color: #000000;
    font-family: "Lucida Sans Unicoda",Verdana,Arial;
	}

	
/*  Bold Text */
B  {
	font-size: 10pt;
    font-weight : bold;
	color: #000000;
    font-family: "Lucida Sans Unicoda",Verdana,Arial;
	}

/*  Bold (strong) Text */
STRONG  {
	font-size: 10pt;
    font-weight : bold;
	color: #000000;
    font-family: "Lucida Sans Unicoda",Verdana,Arial;
	}

/*	Blue Page Title Text  CCCCFF*/
#PageTitle  {
	color: #9999CD;
    font-size: 18pt;
    font-weight : bold;
    font-family:  "Comic Sans MS","Lucida Sans Unicoda",Verdana,Arial;
    }
/*	Black Print Page Title Text */
#PrintPageTitle  {
	color: #000000;
    font-size: 18pt;
    font-weight : bold;
    font-family:  "Comic Sans MS","Lucida Sans Unicoda",Verdana,Arial;
    }

/*  Printed Standard Text */
#PrintedText  {
	font-size: 12pt;
	color: #000000;
    font-family: "Lucida Sans Unicoda",Verdana,Arial;
	}

/* RegularText */
#RegText  {
	font-size: 10pt;
	color: #000000;
    font-family: "Lucida Sans Unicoda",Verdana,Arial;
	}

/*	Blue Subtitle Text 	*/
#SubTitle  {
	color: #000000;
    font-size: 12pt;
    font-weight : bold;
	font-family: "Lucida Sans Unicoda",Verdana,Arial;
    }

/*  Textarea Text */
Textarea  {
	font-size: 10pt;
	color: #000000;
    font-family: "Lucida Sans Unicoda",Verdana,Arial;
	}

/*  Input Text */
Input  {
	font-size: 10pt;
	color: #000000;
    font-family: "Lucida Sans Unicoda",Verdana,Arial;
	}

/*  Select Text */
Select  {
	font-size: 10pt;
	color: #000000;
    font-family: "Lucida Sans Unicoda",Verdana,Arial;
	}

/* Default Links */
a:link 		{color: #34339B;font-size: 10pt;font-family: "Lucida Sans Unicoda",Verdana,Arial;text-decoration : underline}
a:visited  	{color: #34339B;font-size: 10pt;font-family: "Lucida Sans Unicoda",Verdana,Arial;text-decoration : underline}
a:active  	{color: #34339B;font-size: 10pt;font-family: "Lucida Sans Unicoda",Verdana,Arial;text-decoration : underline}
a:hover  	{color: #0000CC;font-size: 10pt;font-family: "Lucida Sans Unicoda",Verdana,Arial;text-decoration : underline}

/* Small Links */
a.SmallLinks:link 		{color: #34339B;font-size: 7pt;font-family: "Lucida Sans Unicoda",Verdana,Arial;text-decoration : underline}
a.SmallLinks:visited  	{color: #34339B;font-size: 7pt;font-family: "Lucida Sans Unicoda",Verdana,Arial;text-decoration : underline}
a.SmallLinks:active  	{color: #34339B;font-size: 7pt;font-family: "Lucida Sans Unicoda",Verdana,Arial;text-decoration : underline}
a.SmallLinks:hover  	{color: #0000CC;font-size: 7pt;font-family: "Lucida Sans Unicoda",Verdana,Arial;text-decoration : underline}

