﻿.css_osi
{
	width:80%;
	max-width:800px;
	min-width:500px;
	margin:0 auto 0 auto;
}

.css_osi_lst
{
	color:Black;
	background-color:#cccccc;
	width:100%;
	font-size:14px;
}

.css_osi_lst_hed
{
	background-color:#eeeeee;
	height:30px;
	color:#3366ff;
	font-size:12px;
}

.css_osi_lst_row
{
	background-color:White;
	height:30px;
}

.css_osi_lst a
{
	color:Blue;
	text-decoration:underline;
}

.css_osi_lst a:hover
{
	color:Red;
	text-decoration:underline;
}

.css_osi_con
{
	margin:0 auto 0 auto;
	width:100%;
	min-width:500px;
	max-width:800px;
	padding:5px;
}

.css_osi_con a
{
	color:Blue;
	text-decoration:underline;
	font-size:large;
}

.css_osi_con a:hover
{
	color:Red;
	text-decoration:underline;
	font-size:large;
}


.css_osi_ara
{
	border:solid 2px #cccccc;
	padding:10px;
	margin-top:10px;
	border-radius: 8px;
}


