body {color:#666666;  font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:12px }

A:link {
	color: #000066;
	text-decoration: none;
}

A:visited {
	color: #000066;
	text-decoration: none;
}

A:active {
	color: #000066;
	text-decoration: none;
}

A:hover {
	color: #CC0000;
	text-decoration: none;
}

A.dark:link {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:visited {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:active {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:hover {
	color: #99CCFF;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.dark {
	font-size: 11px;
	font-family : Verdana;
	color : #FFFFFF;
}

P.dark {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

SELECT {
	font-size: 12px;
	background-color: White;
	border: thin #000066 solid
	}

input {  font-size: 12px; background-color: White; border: thin #000066 solid}

textarea {  font-size: 12px; background-color: White; border: thin #000066 solid}

H1, H2, H3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : Navy;
}

li { list-style-image: url(http://www.sfmexico.com/images/marble_sky_bullet.gif); list-style-type: circle; }

ul { list-style-image: url(http://www.sfmexico.com/images/marble_sky_bullet.gif); list-style-type: circle; }

ol { list-style-image: url(http://www.sfmexico.com/images/marble_sky_bullet.gif); list-style-type: circle; }

div.img-wrap { 
    position: relative; /* Needed to keep the image from being set to float left in ie 7*/
    overflow: hidden; /* Needed to keep the image from being set to float left in ie 7*/
    float: left;
    margin-right: 10px;
}
div.img-container img {
    border: none;
    padding: 0;
    margin: 0;
}
div.img-container {
    position: relative; /* Keep the absolute position divs contained within */
    float: left;
    overflow: hidden;
    background: transparent url(http://www.sfmexico.com/images/pic_frame_vertical.jpg) repeat-y; /* this is the left side vertical graphic */
}
div.img-container img {
    padding: 6px; /* Setting the padding equal to the border width for all sides */
    background: transparent url(http://www.sfmexico.com/images/pic_frame_vertical.jpg) repeat-y right; /* this is the right side vertical graphic */
}
div.img-container div.img-top {
    position: absolute; /* Positioning the top border */
    left: 0;
    top: 0;
    height: 6px;
    width: 100%;
    background: transparent url(http://www.sfmexico.com/images/pic_frame_horizontal.jpg) repeat-x; /* this is the top horizontal graphic */
}
div.img-container div.img-bottom {
    position: absolute; /* Positioning the bottom border */
    left: 0;
    bottom: 0;
    height: 6px; /* Height of the bottom border graphic */
    width: 100%;
    background: transparent url(http://www.sfmexico.com/images/pic_frame_horizontal.jpg) bottom repeat-x;  /* this is the bottom horizontal graphic */
}
