﻿#boldedList
{
	font-weight: bold;
}

#contentTable
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.tableForContentTable
{
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
}

.headTitle
{
	color: white;
	font-weight:bold;
	font-size: large;
}

#smallText
{
	font-size: small;
}

.cornerSize
{
	width: 30px;
	height: 30px;
}

.white
{
	background-color: white;
}

/* Table Parts */
.tableOfContent
{
	width: 650px;
}

.tableleftside
{
	width: 15px;
	background-image:url('../Images/tableleftside.png');
}

.tablerightside
{
	width: 16px;
	background-image:url('../Images/tablerightside.png');
}

.tableTop
{
	background-image:url('../Images/tabletop.png');
	height: 20px;
}

.tableBottom
{
	background-image:url('../Images/tablebottom.png');
	height: 20px;
}

#headerWidth
{
	width: 200px;
}

.margins
{
	margin-left: 15px;
	margin-right: 15px;
}