.gradient
{
	left:0px;
	top:0px;
	background-color:rgb(42,48,56);
	position:fixed; 
	z-index:10;
	text-align:left;
}

@font-face
{
	font-family: bolded;
	src: url('GOTHIC.TTF');
	font-weight: bolder;
	}

@font-face
{
	font-family: fancy;
	src: url('TitilliumWeb-Regular.ttf');
	font-weight: bolder;
}

select
{
	font-family: bolded;
}

input[type='button']
{
	background-color:rgb(155,190,69);
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	border-radius: 10px 10px 10px 10px; 
	font-family:fancy; 
	font-size:12px;
	width:300px;
}

input[type='submit']
{
	background-color:rgb(155,190,69);
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	border-radius: 10px 10px 10px 10px; 
	font-family:fancy; 
	font-size:12px;
	width:300px;
}

input[type='reset']
{
	background-color:rgb(155,190,69);
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	border-radius: 10px 10px 10px 10px; 
	font-family:fancy; 
	font-size:12px;
	width:300px;
}

input[type='password']
{
	background-color:rgb(222,222,222);
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	border-radius: 10px 10px 10px 10px; 
	font-family:fancy; 
	font-size:12px;
	width:300px;
}

input[type='text']
{
	background-color:rgb(222,222,222);
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	border-radius: 10px 10px 10px 10px; 
	font-family:fancy; 
	font-size:12px;
	width:300px;
}

input[type='date']
{
	background-color:rgb(222,222,222);
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	border-radius: 10px 10px 10px 10px; 
	font-family:fancy; 
	font-size:12px;
	width:300px;
}

select
{
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	border-radius: 10px 10px 10px 10px; 
	font-family:fancy; 
	font-size:12px;
	width:300px;
}

textarea
{
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	border-radius: 10px 10px 10px 10px; 
}

br
{
	line-height:15%;
}

body
{
	color:black;
	background-color:white;
	font-size:14px;
}

td
{
	font-size:14px;
}

h1
{
	font-family:fancy; 
	margin-top:0px; 
	font-size:22px;"
}

h3
{
	color:black;
	font-size:14px;
}

#content
{
	height:calc(100% - 147px); 	
	width:calc(100% - 279px); 	
	margin-left:241px; 	
	margin-top:105px; 	
	background-color:white; 	
	font-size:14px;	
	padding-left:30px;
	padding-top:20px;
}

.smallCell
{
	min-width:60px;
	max-width:60px;
}
		
.mediumCell
{
	min-width:90px;
	max-width:90px;
}

.largeCell
{
	min-width:260px;
	max-width:260px;
}