/* AppealLettersOnline.com cascading style sheet */

/* Link formatting */
A:link		{color: #3366AA; font-family: Verdana; font-size: 11px; font-weight: bold; text-decoration: underline}
A:visited	{color: #3366AA; font-family: Verdana; font-size: 11px; font-weight: bold; text-decoration: underline}
A:active	{color: #3366AA; font-family: Verdana; font-size: 11px; font-weight: bold; text-decoration: underline}
A:hover		{color: #FF0000; font-family: Verdana; font-size: 11px; font-weight: bold; text-decoration: underline}

/* Font formatting */
.text		{color: #555555; font-family: Verdana; font-size: 11px; font-weight: normal; text-decoration: none;}
.textrev	{color: #FFFFFF; font-family: Verdana; font-size: 11px; font-weight: normal; text-decoration: none;}
.textrevb	{color: #FFFFFF; font-family: Verdana; font-size: 11px; font-weight: bold; text-decoration: none;}
.textbold	{color: #555555; font-family: Verdana; font-size: 11px; font-weight: bold; text-decoration: none}
.text2bold	{color: #555555; font-family: Verdana; font-size: 13px; font-weight: bold; text-decoration: none}
.tablehead	{color: #FFFFFF; font-family: Verdana; font-size: 11px; font-weight: bold; text-decoration: none}
.textbig	{color: #555555; font-family: Verdana; font-size: 22px; font-weight: normal; text-decoration: none}
.home		{color: #666666; font-family: Verdana; font-size: 11px; font-weight: bold; text-decoration: none;}

.blue		{color: #3366AA; font-family: Verdana; font-size: 11px; font-weight: normal; text-decoration: none;}
.bluebold	{color: #3366AA; font-family: Verdana; font-size: 11px; font-weight: bold; text-decoration: none}
.red		{color: #FF0000; font-family: Verdana; font-size: 11px; font-weight: normal; text-decoration: none;}
.redbold	{color: #FF0000; font-family: Verdana; font-size: 11px; font-weight: bold; text-decoration: none}

.textslb	{color: #668CB3; font-family: Verdana; font-size: 10px; font-weight: normal; text-decoration: none}
.textslbl	{color: #668CB3; font-family: Verdana; font-size: 10px; font-weight: bold; text-decoration: none}
.textslg	{color: #808080; font-family: Verdana; font-size: 10px; font-weight: normal; text-decoration: none}
.textslgl	{color: #808080; font-family: Verdana; font-size: 10px; font-weight: bold; text-decoration: none}

/* form formatting */
.field1 	{
		border-color: ;
		border-style : inset;	
		border-width : 2px;
		scrolling: yes;
		scrollbar-arrow-color: #000000;
		scrollbar-shadow-color: #999999;
		scrollbar-3Dlight-color: #FFFFFF;
		scrollbar-track-color: #EEEEEE;
		scrollbar-face-color: #BBBBBB;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-darkshadow-color: #000000;
		}

/* BODY, SCROLL-BAR formatting only IE 5.5*/
body
{
    font-family: Verdana; 
    font-size: 11px; 
    color: #555555;
    scrollbar-arrow-color: #555555;
    scrollbar-shadow-color: #555555;
    scrollbar-3Dlight-color: #555555;
    scrollbar-track-color: #FFFFFF;
    scrollbar-face-color: #DDDDDD;
    scrollbar-highlight-color: #DDDDDD;
    scrollbar-darkshadow-color: #CCCCCC;
}