/* controls hyperlinks in page body */
a:link       		          { font-family: Arial; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE }
a:visited    		          { font-family: Arial; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE }
a:active     		          { font-family: Arial; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE }
a:hover      		          { font-family: Arial; color: #800000; font-size: 12px; text-decoration: UNDERLINE }
/* controls various borders */
.cg_border   		          { border: 1px solid #FFFFFF; }
/* controls labels in left navigation bar and various other labels */
.cg_label    		          { border:3px double #FFFFFF; font-family: Arial; color: #2A2F5C; font-size: 13px; background-color:#FFFFFF }
/* controls labels in pop up windows and checkout pages */
.cg_header   		          { font-family: Arial; color: #2A2F5C; font-size: 12pt; background-color: #C0C0C0; font-weight: bold; border: 1px solid #FFFFFF }
/* controls various text in page body */
.cg_text     		          { font-family: Arial; color: #000080; font-size: 12px }
/* controls various text in page body */
.cg_text1    		          { font-family: Arial; color: #000080; font-size: 12px }
/* controls larger text in page body */
.cg_text2    		          { font-family: Arial; color: #000080; font-size: 15px; background-color: white; font-weight: bold  }
/* controls main text in the page body */
.cg_text3    		          { font-family: Arial; color: #000080; font-size: 12px; background-color: white  }
/* controls small text in page body */
.cg_text4                     { font-family: Arial; color: #000080; font-size: 11px; background-color: white }
/* controls store background color */
.cg_storeBackGroundColor      { border-bottom:4px solid #FFFFFF; border-top:4px solid #FFFFFF; border-left:4px solid #FFFFFF; border-right:4px solid #FFFFFF; background-color: #FFFFFF}
/* controls page background color outside of the store*/
.cg_pageBackGroundColor       { background-color: #FFFFFF}
/* controls top navigation bar background and text */
.cg_navbarTop                 { font-family: Arial; font-size: 12px; background-color: #FFFFFF; font-weight:bold }
/* controls top navigation bar hyperlinks */
.cg_navbarTop a:link          { font-family: Arial; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE}
.cg_navbarTop a:visited       { font-family: Arial; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE}
.cg_navbarTop a:active        { font-family: Arial; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE}
.cg_navbarTop a:hover         { font-family: Arial; color: #800000; font-size: 12px; text-decoration: UNDERLINE}
/* controls side navigation bar background and text */
.cg_navbarSide     	          { font-family: Arial; color: #999999; font-size: 12px; background-color: #FFFFFF }
/* controls side navigation bar hyperlinks */
.cg_navbarSideText            { font-family: Arial; color: #000000; font-size: 12px; background-color: #FFFFFF }
.cg_navbarSideText a:link     { font-family: Arial; color: #2A2F5C; font-size: 12px; text-decoration: underline}
.cg_navbarSideText a:visited  { font-family: Arial; color: #2A2F5C; font-size: 12px; text-decoration: underline}
.cg_navbarSideText a:active   { font-family: Arial; color: #2A2F5C; font-size: 12px; text-decoration: underline}
.cg_navbarSideText a:hover    { font-family: Arial; color: #800000; font-size: 12px; text-decoration: UNDERLINE}
/* controls background and text for various boxes */
.cg_boxes	                  { background-color: #FFFFFF;  }
/* controls hyperlinks for various boxes */
.cg_boxes a:link              { font-family: Arial; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE }
.cg_boxes a:visited           { font-family: Arial; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE }
.cg_boxes a:active            { font-family: Arial; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE }
.cg_boxes a:hover             { font-family: Arial; color: #800000; font-size: 12px; text-decoration: UNDERLINE}
/* controls background and text for Place Order Here box */
.cg_PlaceOrder    	          { border:3px double #FFFFFF; font-family: Arial; color: #2A2F5C; font-size: 13px; background-color:#C0C0C0 }
/* controls hyperlinks for Place Order Here box */
.cg_PlaceOrder a:link         { font-family: Arial; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE }
.cg_PlaceOrder a:visited      { font-family: Arial; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE }
.cg_PlaceOrder a:active       { font-family: Arial; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE }
.cg_PlaceOrder a:hover        { font-family: Arial; color: #800000; font-size: 12px; text-decoration: UNDERLINE }
/* controls background and text for login status on login page */
.cg_LoggedInTextLogin         { font-family: Arial; color: #000000; font-size: 12px; background-color: white  }
/* controls background and text for login status in left navigation bar */
.cg_LoggedInTextNavbar        { font-family: Arial; color: #000000; font-size: 12px; background-color: #FFFFFF; font-weight:bold }
.cg_LoggedInTextNavbar a:link     { font-family: Arial; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE}
.cg_LoggedInTextNavbar a:visited  { font-family: Arial; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE}
.cg_LoggedInTextNavbar a:active   { font-family: Arial; color: #2A2F5C; font-size: 12px; text-decoration: UNDERLINE}
.cg_LoggedInTextNavbar a:hover    { font-family: Arial; color: #800000; font-size: 12px; text-decoration: UNDERLINE}