body                              { margin-top: 0ex;
                                    margin-left: 0ex;
                                  }
body, p, td, th, ol, il,
div, textarea                     { font-family: Arial, Helvetica;
                                    font-weight: normal;
                                    font-size: 10pt;
                                    font-variant: normal;
                                    font-style: normal }

h1                                { font-family: Arial,Helvetica;
                                    font-weight: bold;
                                    font-size: 18pt;
                                    margin-top: 0ex;
                                    margin-bottom: 0ex;
                                    font-variant: normal;
                                    font-style: normal;
                                    color: #3366cc;
                                  }

h2                                { font-family: Arial,Helvetica;
                                    font-weight: bold;
                                    font-size: 14pt;
                                    margin-top: 0ex;
                                    margin-bottom: 0ex;
                                    font-variant: normal;
                                    font-style: normal;
                                    color: #3366cc;
                                  }

h3                                { font-family: Arial,Helvetica;
                                    font-weight: bold;
                                    font-size: 12pt;
                                    font-variant: normal;
                                    font-style: normal;
                                    margin-top: 0ex;
                                    margin-bottom: 0ex;
                                    color: #333399;
                                  }
                                  
h4                                { font-family: Arial,Helvetica;
                                    font-weight: bold;
                                    font-size: 12pt;
                                    font-variant: normal;
                                    font-style: normal;
                                    margin-top: 0ex;
                                    margin-bottom: 0ex;
                                    color: #333399;
                                  }                                  

b                                 { font-weight: bold; }

i                                 { font-style: italic }

input[type=text], select, textarea			{ background: #F7FFFF; border: 1px #001372 solid }

.orderformfields		{ background: #F2FFFF; border: 1px #3366cc solid }

.small                            { font-size: 8pt; }

.large                            { font-size: 11pt; }

.white                            { color: white; }

.strikethru                  { 	color: grey; 
						text-decoration: line-through; }

a:link                            { color: blue;
                                    text-decoration: none;
                                  }

a:visited                         { color: blue;
                                    text-decoration: none;
                                  }

a:active                          { text-decoration: none; }

a:hover                           { text-decoration: underline; }

td.bottomBlack                    { font-weight: bold;
                                    border-bottom: #000000 1px solid; }

td.leftBottomBlue                 { border-left: #333399 1px solid;
                                    border-bottom: #333399 1px solid;
                                  }

table.leftRightBottomBlue            { border-left: #333399 1px solid;
                                    border-right: #333399 1px solid;
                                    border-bottom: #333399 1px solid;
                                  }

td.backgroundBlue                 { color: white;
                                    font-weight: bold;
                                    background-color: #333399;
                                  }
