/* Presentation Stylesheet for ShrinkLink (c) Colin Sewell, 2008 */

html { font-size: 100%; /* IE hack */ }

body {
	font-family: arial, verdana, helvetica, serif, sans-serif;
/*	font-size: 0.8em; */	/* 1 em = 16 px by default */
	font-size: 75%;		/* scale down default font */
	color: #555;
	background-color: #fcfcfc;
/*	background-image: url(../images/decorations/bg-grey-stripes.gif); */
	margin: 5px;
	padding: 0px;
}


textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	margin-bottom: 5px;
	background-color: #efefd0;
	border: 1px solid #7f9db9;
}


p {
	font-family: arial, verdana, helvetica, serif, sans-serif;
	font-size: 100%;
	color: #555;
	line-height: 16px;
	margin: 5px;
	margin-left: 110px;
	width: 580px;
}

#shrinklinkform p {
	width: 430px;
	margin-left: 15px;
}

.ShrunkLink {
	width: 475px;
	margin-left: 140px;
	padding: 4px;
	background-color: #f4ece3;
}

.ShrunkLink a, .ShrunkLink a:hover {
	font-size: 120%;
	font-weight: bold;
	color: #d4872d;
}


h1, h2 {
	font-family: arial, verdana, helvetica, serif, sans-serif;
	font-size: 150%;
	color: #d4872d;
	margin-top: 10px;
	margin-left: 110px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h2 {
	font-size: 100%;
	padding-top: 8px;
}


table {
	margin-left: 20px;
	border-collapse: collapse;
	border: 1px solid #c8c8c8;
}

tr {
	border: 1px solid #c8c8c8;
}


.introtext {
	font-size: 130%;
	color: #d4872d;
	text-align: justify;
	margin-left: 120px;
}

.SampleLink {
	width: 475px;
	margin-left: 140px;
	padding: 4px;
	background-color: #f4ece3;
}

.LargeFont
{
	font-family: georgia, arial, verdana, helvetica, serif, sans-serif;
	font-size: 175%;
	line-height: 125%;
}

.BoldText {
	font-weight: bold;
}

.BoldHeading {
	font-weight: bold;
	font-size: 150%;
	color: #555;
}



#footer p {
	width: 100%;
	font-size: 90%;
	color: #acaba9;
	margin: 1px;
	padding: 1px;
}

#footer h1 {
	font-family: arial, verdana, helvetica, serif, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #777777;
	margin-top: 0px;
	padding-top: 0px;
}

#footer h1 a {
	font-family: arial, verdana, helvetica, serif, sans-serif;
    font-size: 100%;
    color: #8e5653;
    text-decoration: none;
	text-align: center;
	border-bottom: 0px dotted #888888;
}


.ImgBorder {
	border: 1px solid #777;
}


.ImageFloatLeft {
	float: left;
	margin: 8px;
}


hr {
	margin: 10px;
	border: none;
    border-bottom: 1px solid #9ebce1;
	height: 1px;
}

.HR-Dashed {
	border: none;
    border-bottom: 1px dashed #9ebce1;
	height: 1px;
}


.HR-Dotted {
	border: none;
	height: 1px;
    border-bottom: 1px dotted #9ebce1;
}

.HR-Footer {
	width: 500px;
	margin: 2px;
	padding: 1px;
	margin-left: 140px;
	margin-right: 0;
	border: none;
	height: 1px;
    border-bottom: 1px solid #9ebce1;
}
