/* style sheet for Toni */

html
{
	margin:           0;
	padding:          0;
	border:           0;
}

body
{
	margin:           10px 10px 0px 10px;
	padding:          0;
	border:           0;
	color:            black;
	font-family:      "Avant Garde", Helvetica, Arial, sans-serif;
	font-weight:      normal;
	font-size:        medium;
}

a:link
{
	color:            blue;
}

a:visited
{
	color:            purple;
}

img, script
{
	margin:           0;
	padding:          0;
	border:           0;
}

h1
{
	color:            blue;
	font-size:        large;
	font-weight:      bold;
    text-align:       center;
}

h2
{
	border-color:     blue;
	border-style:     solid;
	border-width:     0 0 1px 0;
	color:            blue;
	font-size:        medium;
	font-weight:      bold;
	text-align:       left;
	padding-left:     0em;
	padding-right:    1em;
}

p
{
	color:            black;
	font-size:        medium;
	font-weight:      normal; 
	text-align:       left;
	text-indent:      0em;
}

.breadcrumb
{
	font-size:        x-small;
}

#IntroImage p
{
	font-size:        small;
	text-align:       center;
	text-indent:      0em;
}

.Foot
{
	color:            #999999;
	font-size:        small;
	text-align:       center;
	text-indent:      0em;
	width:            100%;
}
