/* Links Styles */
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #020455;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a.external {
    background: url(../images/external.png) no-repeat 100% 50%;
	padding: 0 12px 0 0;
}
/* Text Styles */
.text {
	color: #666666;
	font-size: medium;
	text-align: justify;
}
.text SUB{
	font-size: smaller;
}
.text SUP{
	font-size: smaller;
}
.submenu {
	color: #000000;
	font-size: larger;
	text-align: center;
}
.block-title {
	color: #000000;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
.block-subtitle {
	color: #666666;
	font-size: medium;
	font-weight: bold;
	text-align: left;
}
.achiev-title {
	color: #666666;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}
/* Horizontal Rule (Line) Style*/
hr {
	border: 0;
    width: 100%;
	color: #666666;
    background-color: #666666;
    height: 1px;
}
/* Tables Styles */
table.project {
	width: 100%;
	border: 0px;	
	border-style: solid;
	border-collapse: collapse;
	text-align: left;
}
table.problemset {
	width: 100%;
	border: 0px;	
	border-style: solid;
	border-collapse: collapse;
	text-align: left;
}
table.achievements {
	width: 100%;
	border: 0px;	
	border-style: solid;
	border-collapse: collapse;
	text-align: left;
}
/*Images Styles*/
.float-left
{
	float: left;
	margin: 10px 10px 10px 10px;
}

IMG.center
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
