/* This file will determine the font sizes for all the elements on the screen */

table {
	font-size:small;
	text-align:left;
}

div {
	font-size:small;
}

.title {
	font-size:medium;
}


input {
	font-size:small;
}

select {
	font-size:small;
}

a:link {font-size:small; color:#0000ff; font-weight: normal; text-decoration: none; }
a:visited {font-size:small; color:#0000ff; font-weight: normal; text-decoration: none; }
a:hover {font-size:small; color:#0000ff; font-weight: normal; text-decoration: none; }
a:active {font-size:small; color:#0000ff; font-weight: normal; text-decoration: none; }

a.blue:link {color:#000099; font-weight: normal; text-decoration: none; }
a.blue:visited {color:#000099; font-weight: normal; text-decoration: none; }
a.blue:hover {color:#000099; font-weight: normal; text-decoration: none; }
a.blue:active {color:#000099; font-weight: normal; text-decoration: none; }

a.red:link {color:#983E3E; font-weight: bold; text-decoration: none; }
a.red:visited {color:#983E3E; font-weight: bold; text-decoration: none; }
a.red:hover {color:#983E3E; font-weight: bold; text-decoration: none; }
a.red:active {color:#983E3E; font-weight: bold; text-decoration: none; }

a.brown:link {color:#C08160; font-weight: normal; text-decoration: none; }
a.brown:visited {color:#C08160; font-weight: normal; text-decoration: none; }
a.brown:hover {color:#C08160; font-weight: normal; text-decoration: none; }
a.brown:active {color:#C08160; font-weight: normal; text-decoration: none; }

* html .contentContainer {
  margin-left:1px;
}