body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #343434;
	background-color: #FFF;
	background-image: url(/graphics/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.TopBar {
	background-image: url(/graphics/bg_topbar.gif);
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #b209be;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
	color: #343434;
}
h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 6px;
	color: black;
}
form {
	margin: 0px;	
	padding: 0px;	
}
input, textarea, select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
p {
	margin-top: 0px;
	margin-bottom: 8px;
}
a:link, a:visited {
	color: #333;
}

a.UnderlineHover:link, a.UnderlineHover:visited {
	text-decoration: none;
}
a.UnderlineHover:hover {
	text-decoration: underline;
}
a.TopMenuLink:link, a.TopMenuLink:visited {
	color: white;
	text-decoration: none;
	font-size: 11px;
}
a.TopMenuLink:hover {
	text-decoration: underline;
}
a.PinkLink:link, a.PinkLink:visited {
	color: #b209be;
	text-decoration: none;
}
a.PinkLink:hover {
	text-decoration: underline;
}
a.ProfileLink:link, a.ProfileLink:visited {
	color: #b209be;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	background-image: url(/graphics/link_arrow.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
a.ProfileLink:hover {
	text-decoration: underline;
}
a.AdLink:link, a.AdLink:visited {
	color: #343434;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a.AdLink:hover {
	text-decoration: underline;
}
.BoxTop {
	background-image: url(/graphics/box/t.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.BoxLeft {
	background-image: url(/graphics/box/l.gif);
	background-position: left;
	background-repeat: repeat-y;
}
.BoxRight {
	background-image: url(/graphics/box/r.gif);
	background-position: right;
	background-repeat: repeat-y;
}
.BoxBottom {
	background-image: url(/graphics/box/b.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
