* {
	margin: 0;
	padding: 0;
}

h1 {
	font-weight: bold;
	font-family: georgia, serif,arial,helvetica,clean,sans-serif;
	font-size: 32px;
	line-height: 1.8;
	text-align: center;
}

h2 {
	font-weight: bold;
	font-family: georgia, serif,arial,helvetica,clean,sans-serif;
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
}

h3 {
	font-weight: normal;
	font-family: georgia, serif,arial,helvetica,clean,sans-serif;
	font-size: 12px;
	line-height: 1;
	text-align: center;
}

h4 {
	font-weight: normal;
	font-family: georgia, serif,arial,helvetica,clean,sans-serif;
	font-size: 12px;
	line-height: 1;
	text-align: left;
}

h5 {
	font-weight: normal;
	font-family: georgia, serif,arial,helvetica,clean,sans-serif;
	font-size: 10px;
	line-height: 1;
	text-align: left;
}
a:link {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	outline: none;
	color: #d05500;
	font-family: georgia, serif, Arial, Verdana, San-Serif;
	font-style:bold;
	font-size:18px;
	text-decoration: none;
}

a:visited {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	outline: none;
	color: #d05500;
	font-family: georgia, serif, Arial, Verdana, San-Serif;
	font-style:bold;
	font-size:18px;
	text-decoration: none;
}

a:hover {
	color:#0000FF;
	text-decoration: none;
} 

a:focus {
	outline: none;
}

p.sansserif {
    font-family: Palatino Linotype, Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif, Helvetica;
    font-style:bold;
    font-size:20px;
    text-decoration: none;
    color: #0055AA;
}

p.sansserif_s {
    font-family: Palatino Linotype, Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif, Helvetica;
    font-style:normal;
    font-size:18px;
    text-decoration: none;
    color: #0055AA;
    text-align: justify;
    vertical-align: middle;
}

p.sansserif_sc {
    font-family: Palatino Linotype, Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif, Helvetica;
    font-style:normal;
    font-size:18px;
    text-decoration: none;
    color: #0055AA;
    text-align: center;
    vertical-align: middle;
}

p.sansserif_b {
    font-family: Palatino Linotype, Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif, Helvetica;
    font-style:normal;
    font-size:18px;
    text-decoration: none;
    color: #000000;
    text-align: center;
    vertical-align: middle;
}

p.sansserif_i {
    font-family: Palatino Linotype, Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif, Helvetica;
    font-style:italic;
    font-size:14px;
    text-decoration: none;
    color: #000000;
    text-align: justify;
    vertical-align: middle;
}

p.sansserif_ic {
    font-family: Palatino Linotype, Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif, Helvetica;
    font-style:italic;
    font-size:14px;
    text-decoration: none;
    color: #000000;
    text-align: center;
    vertical-align: middle;
}

p.sansserif_br {
    font-family: Palatino Linotype, Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif, Helvetica;
    font-style:normal;
    font-size:14px;
    text-decoration: none;
    color: #000000;
    text-align: right;
    vertical-align: middle;
}

#grad1 {
    height: 5px;
    background: red; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, red , yellow); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, red, yellow); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, red, yellow); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, red , yellow); /* Standard syntax (must be last) */
}

table td, table td * {
    vertical-align: top;
}

.border {   border-width: 25px;   border-color: white;   border-style: solid; } 

.autoResizeImage {
    max-width: 100%;
    height: auto;
    width: 100%;
}

#facebook-follow { border: 0;position: fixed;  top: 350px; left:0;}
#twitter-follow { border: 0;position: fixed;  top: 415px; left:0;}

