/* Bijou Breaks - Site-specific CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
	color: #666666;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	}

a:link {
	color: #990099;
	text-decoration: none;
	}

a:active {
	color: #99ccff;
	text-decoration: none;
	}

a:visited {
	color: #990099;
	text-decoration: none;
	}

a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #99ccff;
	-moz-border-radius: 4px;
	}

.titlebig {
	color: #990099;
	font-weight: bold;
	font-size: 16px;
	}
	
.titleOne {
	color: #990099;
	font-weight: bold;
	}
	
.baseLevel{
	width: 334px;
	}

.bbContent {
	width: 334px;
	position: relative;
	top: 0px;
	left: 3px;
	}

.bbContent2 {
	width: 334px;
	position: relative;
	top: 2px;
	left: 6px;
	}


.forumline	{ background-color: #FFFFFF; border: 2px #99ccff solid; }
.forumline1	{ background-color: #FFFFFF; border: 1px #006600 solid; }
.forumline2	{ background-color: #FFFFFF; border: 1px #006600 solid; }
.forumline3	{ background-color: #FFFFFF; border: 2px #006600 solid; }
