@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
#background img {
display: none;
}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align: center;
	color: #OOOOOO;
	text-decoration : none;
}
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
    color: #OOOOOO;
	text-decoration : none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 10px;
	text-align: right;
	vertical-align: middle;
}
.pink {
	color: #E94FBD;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:top;

}
.main_bold {
	font-weight: bold;
}

.main_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.main_heading {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.crumbs {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.td_pink_top_left {background-image: url('../images/PinkTopLeft.gif'); }
.td_pink_top_right {background-image: url('../images/PinkTopRight.gif'); }
.td_pink_bottom_left {background-image: url('../images/PinkBottomLeft.gif'); }
.td_pink_bottom_right {background-image: url('../images/PinkBottomRight.gif'); }
.td_pink_main { background-color: #FCF; }


a:link {color:#000000;text-decoration:none}    /* unvisited link */
a:visited {color:#000000;text-decoration:none}    /* visited link */
a:hover {color:#E94FBD;}   /* mouse over link */
a:active {
	color:#0000FF;
	text-align: center;
}  /* selected link */
