/* CSS Document */
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
border-left: 5px none #C63184;
border-right: 5px none #c63184;
color: #000000;
font-size: 14px;
font-weight: bold;
font-style: normal;
text-decoration: none;
background-attachment: fixed}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
color: #000000;
font-size: 16px;
font-weight: bold;
font-style: normal;
border: none;}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
border: none;
background-color: #ffffff;
color: #000000;
font-size: 14px;
font-weight: normal;
font-style: normal;
text-decoration: none;}

a:link {
color: #993366;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
font-style: normal;
}
a:visited {

color: #993366;
font-weight: bold;
}

.style1 {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
color: #000000;
font-size: 10px;
font-weight: bold;
font-style: normal;
}

/* Tablet Landscape */
@media screen and (max-width: 1060px) {
 #primary { width:67%; }
 #secondary { width:30%; margin-left:3%;}  
}

/* Tabled Portrait */
@media screen and (max-width: 768px) {
 #primary { width:100%; }
 #secondary { width:100%; margin:0; border:none; }
}

img {
    max-width: 100%;
    height: auto;
}